Trying to get travis build to work

This commit is contained in:
Jamie Hardt
2019-01-01 12:22:23 -08:00
parent 830c702376
commit 32454039bf
2 changed files with 2 additions and 3 deletions

View File

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