mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
#4: update travis config
This commit is contained in:
parent
6f20b23116
commit
d76a1a92d6
@ -1,8 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:pavlyshko/precise
|
- sudo add-apt-repository -y ppa:pavlyshko/precise
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y ffmpeg
|
- sudo apt-get install -y ffmpeg
|
||||||
|
- echo butts >&2
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: py.test
|
script: py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user