language: python before_install: - sudo apt-get -qq update - sudo apt-get install -y ffmpeg install: - pip install -r requirements.txt script: py.test