travis ffmpeg install

This commit is contained in:
Zen 2020-03-02 16:14:23 +02:00
parent 301ec0fdcc
commit 68c966c107

View file

@ -1,6 +1,8 @@
language: python
python:
- "3.6"
before_script:
- sudo apt-get install libavformat-dev libavfilter-dev libavdevice-dev ffmpeg
install:
- pip install -r requirements.txt
script: pytest