mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +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
|
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
|
Loading…
Reference in a new issue