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