mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
8 lines
157 B
YAML
8 lines
157 B
YAML
language: python
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y ffmpeg
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: py.test
|