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 language: python
python: python:
- "3.6" - "3.6"
before_script:
- sudo apt-get install libavformat-dev libavfilter-dev libavdevice-dev ffmpeg
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: pytest script: pytest