mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
6 lines
110 B
YAML
6 lines
110 B
YAML
language: python
|
|
install:
|
|
- sudo apt-get install ffmpeg
|
|
- pip install -r requirements.txt
|
|
script: py.test
|