mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
#4: update travis config
This commit is contained in:
parent
e635a8ddc3
commit
64661c694c
10
.travis.yml
10
.travis.yml
@ -1,11 +1,7 @@
|
|||||||
language: python
|
language: python
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:pavlyshko/precise
|
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz
|
||||||
- sudo apt-get update
|
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
|
||||||
- apt-cache madison ffmpeg
|
|
||||||
- apt-cache policy ffmpeg
|
|
||||||
- apt-cache policy
|
|
||||||
- sudo apt-get install -y ffmpeg
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: py.test
|
script: PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user