Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
65c2651e
Commit
65c2651e
authored
Jul 27, 2016
by
Seb
Browse files
Install ffmpeg before tests
parent
fe0e8c37
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
65c2651e
...
...
@@ -11,17 +11,14 @@ env:
-
DJANGO_SETTINGS_MODULE="tests.app.settings"
-
TOX_ENV=
matrix
:
-
DJANGO='18'
WAGTAIL='14'
-
DJANGO='19'
WAGTAIL='14'
-
DJANGO='18'
WAGTAIL='15'
-
DJANGO='19'
WAGTAIL='15'
-
DJANGO='18' WAGTAIL='14'
-
DJANGO='19' WAGTAIL='14'
-
DJANGO='18' WAGTAIL='15'
-
DJANGO='19' WAGTAIL='15'
install
:
-
./tests/scripts/install-ffmpeg.sh
-
pip install --upgrade pip wheel tox
cache
:
...
...
tests/scripts/install-ffmpeg.sh
0 → 100755
View file @
65c2651e
sudo
add-apt-repository
-y
ppa:mc3man/trusty-media
sudo
apt-get update
sudo
apt-get
install
-y
ffmpeg
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment