Update .travis.yml

Add ffprobe to apt-get (I hope)
This commit is contained in:
Jamie Hardt
2019-01-01 12:20:24 -08:00
parent 08743be3fa
commit 0723f21e4f

View File

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