Update .travis.yml

This commit is contained in:
Jamie Hardt
2020-01-03 09:24:37 -08:00
committed by GitHub
parent e0432458cc
commit ff862aafe9

View File

@@ -14,6 +14,7 @@ before_install:
- "sudo apt-get update"
- "sudo add-apt-repository universe"
- "sudo apt-get install -y ffmpeg"
- "pip install pytest"
- "pip install coverage"
- "pip install codecov"
- "pip install pytest-cov==2.5.0"