mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
travis ffmpeg install
This commit is contained in:
parent
301ec0fdcc
commit
68c966c107
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue