Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-03 11:02:08 -08:00
committed by GitHub
parent 8fd509482c
commit 0612e62a7b

View File

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