Update .travis.yml

This commit is contained in:
Jamie Hardt
2020-01-05 13:54:49 -08:00
committed by GitHub
parent 6c8cc47788
commit c62dfb7a8a

View File

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