Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-03 11:20:29 -08:00
committed by GitHub
parent 126f1ea7c3
commit 96885dfb4e

View File

@@ -7,6 +7,7 @@ script:
- "python3 setup.py test"
before_install:
- "sudo apt-get update"
- "sudo apt-get install -y avprobe"
- "sudo add-apt-repository universe"
- "sudo apt-get install -y ffmpeg"
install:
- "pip3 install setuptools"