Add libavcodec-extra-*

This commit is contained in:
Ritiek Malhotra
2017-06-25 15:09:53 +05:30
committed by GitHub
parent f8ff4901ef
commit 622ab2b53a

View File

@@ -8,6 +8,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y ffmpeg
- sudo apt-get install -y libav-tools
- sudo apt-get install -y libavcodec-extra-*
install:
- pip install -r requirements.txt
script: python -m pytest test