Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-04 17:23:57 -08:00
committed by GitHub
parent 2a86d7824d
commit 0c24c2d986

View File

@@ -10,8 +10,9 @@ before_install:
- "sudo apt-get update"
- "sudo add-apt-repository universe"
- "sudo apt-get install -y ffmpeg"
- "pip install coverage==4.4"
- "pip install pytest-cov"
- "pip install coverage"
# - "pip install coverage==4.4"
- "pip install pytest-cov==2.5.0"
- "pip install python-coveralls"
install:
- "pip install setuptools"