Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-05 12:53:09 -08:00
committed by GitHub
parent 8c8fdc1bb3
commit 2f1511d935

View File

@@ -13,6 +13,7 @@ before_install:
- "sudo apt-get install -y ffmpeg"
- "pip install coverage"
- "pip install codecov"
- "pip install pytest-cov==2.5.0"
# - "pip install coverage==4.4"
install:
- "pip install setuptools"