#4: update travis config

This commit is contained in:
Karl Kroening 2017-05-25 16:28:36 -10:00
parent 50db350518
commit 97de7c43e7

View File

@ -2,8 +2,8 @@ language: python
before_install:
- sudo add-apt-repository -y ppa:pavlyshko/precise
- sudo apt-get update
- apt-cache madison pavlyshko/ffmpeg
- sudo apt-get install -y ffmpeg
- apt-cache madison ffmpeg
- sudo apt-get install -y pavlyshko/ffmpeg
install:
- pip install -r requirements.txt
script: py.test