fix travis, for the love of god

This commit is contained in:
Kepoor Hampond 2017-06-09 17:05:06 -07:00
parent acf746aca7
commit 48ad9ac19e
2 changed files with 7 additions and 2 deletions

View file

@ -5,8 +5,7 @@ python:
- "3.6"
before_script:
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0
- sudo aptitude -y -q install ffprobe
- sudo aptitude -y -q install libav-tools
# These dependencies are necessary for ffmpeg. I currently hate all things
# doing with Travis and ffmpeg because I have no direct access to test stuff.
# I've gone through 25 seperate commits to get it working.

6
tox.ini Normal file
View file

@ -0,0 +1,6 @@
[tox]
envlist = py27, py35, py36
[testenv]
deps=pytest
commands=py.test