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