Fix Travis builds

This commit is contained in:
Linus Groh
2018-02-02 16:11:06 +01:00
parent 9699dab99c
commit 819fbe0c87

View File

@@ -33,8 +33,10 @@ addons:
- nasm
- libmp3lame-dev
- libav-tools
- pandoc
install:
- python setup.py install
- pandoc --from=markdown --to=rst --output=README.rst README.md
- pip install -e .
- tinydownload 22684734659253158385 -o ~/bin/ffmpeg
- chmod 755 ~/bin/ffmpeg
script: python -m pytest test --cov=.