[fix] I'll need ffmpeg for travis

This commit is contained in:
Laurent Peuch 2016-05-12 02:31:40 +02:00
parent 5c9e8ad9da
commit 30d1ea76a8

View File

@ -1,7 +1,7 @@
sudo: required sudo: required
language: python language: python
install: install:
- sudo apt-get install graphicsmagick - sudo apt-get install graphicsmagick ffmpeg
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py develop - python setup.py develop
python: python: