#4: update travis config

This commit is contained in:
Karl Kroening 2017-05-25 16:20:39 -10:00
parent 6f20b23116
commit d76a1a92d6

View File

@ -1,8 +1,9 @@
language: python
before_install:
- sudo add-apt-repository -y ppa:pavlyshko/precise
- sudo apt-get -qq update
- sudo apt-get update
- sudo apt-get install -y ffmpeg
- echo butts >&2
install:
- pip install -r requirements.txt
script: py.test