Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-03 11:15:05 -08:00
committed by GitHub
parent 9e2c60caf8
commit 0bb664357e

View File

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