Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-04 17:12:05 -08:00
committed by GitHub
parent 488c0f2aa9
commit 9b8b964e74

View File

@@ -11,6 +11,7 @@ before_install:
- "sudo add-apt-repository universe"
- "sudo apt-get install -y ffmpeg"
- "pip install pytest-cov"
- "pip install coverage"
- "pip install python-coveralls"
install:
- "pip install setuptools"