mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
9 lines
210 B
YAML
9 lines
210 B
YAML
language: python
|
|
before_install:
|
|
- sudo add-apt-repository -y ppa:pavlyshko/precise
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y ffmpeg
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: py.test
|