Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-03 11:10:49 -08:00
committed by GitHub
parent 82d73b0316
commit 9e2c60caf8

View File

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