#4: update travis config

This commit is contained in:
Karl Kroening 2017-05-25 15:11:14 -10:00
parent 1d783fa73b
commit 7db1c4fef1

View File

@ -1,2 +1,5 @@
language: python language: python
install:
- sudo apt-get install ffmpeg
- pip install -r requirements.txt
script: py.test script: py.test