mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
6 lines
No EOL
93 B
YAML
6 lines
No EOL
93 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: pytest |