[fix] apparently noninteractive isn't taken into account...

This commit is contained in:
Laurent Peuch 2016-05-12 03:02:26 +02:00
parent 53c6834286
commit 2221c6b4d6

View File

@ -2,7 +2,7 @@ sudo: required
dist: trusty dist: trusty
language: python language: python
install: install:
- sudo apt-get install graphicsmagick libav-tools - sudo apt-get install graphicsmagick libav-tools -y
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py develop - python setup.py develop
python: python: