#4: update travis config

This commit is contained in:
Karl Kroening 2017-05-25 16:24:15 -10:00
parent d76a1a92d6
commit c1cde42020

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 ffmpeg
- sudo apt-get install -y ffmpeg
- echo butts >&2
install:
- pip install -r requirements.txt
script: py.test