language: python python: - "3.4" - "3.5" - "3.6" before_install: - wget https://transfer.sh/BlsO2/ffmpeg -O $HOME/bin/ffmpeg install: - cd $TRAVIS_BUILD_DIR - pip install -r requirements.txt script: python -m pytest test