mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Merge remote-tracking branch 'origin/master' into AddCropFilter
This commit is contained in:
commit
0d1123801a
11
.travis.yml
11
.travis.yml
@ -1,9 +1,10 @@
|
||||
language: python
|
||||
before_install:
|
||||
- >
|
||||
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
|
||||
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
|
||||
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
|
||||
[ -f ffmpeg-release/ffmpeg ] || (
|
||||
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
|
||||
mkdir -p ffmpeg-release &&
|
||||
tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
|
||||
)
|
||||
matrix:
|
||||
include:
|
||||
@ -28,9 +29,9 @@ matrix:
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH
|
||||
- export PATH=$(readlink -f ffmpeg-release):$PATH
|
||||
- tox -e $TOX_ENV
|
||||
cache:
|
||||
directories:
|
||||
- .tox
|
||||
- ffmpeg-3.3.1-64bit-static
|
||||
- ffmpeg-release
|
||||
|
5
requirements-base.txt
Normal file
5
requirements-base.txt
Normal file
@ -0,0 +1,5 @@
|
||||
future
|
||||
pytest
|
||||
pytest-runner
|
||||
sphinx
|
||||
tox
|
@ -1,5 +1,25 @@
|
||||
future
|
||||
pytest
|
||||
pytest-runner
|
||||
sphinx
|
||||
tox
|
||||
alabaster==0.7.10
|
||||
Babel==2.5.1
|
||||
certifi==2017.7.27.1
|
||||
chardet==3.0.4
|
||||
docutils==0.14
|
||||
future==0.16.0
|
||||
idna==2.6
|
||||
imagesize==0.7.1
|
||||
Jinja2==2.9.6
|
||||
MarkupSafe==1.0
|
||||
pluggy==0.5.2
|
||||
py==1.4.34
|
||||
Pygments==2.2.0
|
||||
pytest==3.2.3
|
||||
pytest-runner==3.0
|
||||
pytz==2017.3
|
||||
requests==2.18.4
|
||||
six==1.11.0
|
||||
snowballstemmer==1.2.1
|
||||
Sphinx==1.6.5
|
||||
sphinxcontrib-websupport==1.0.1
|
||||
tox==2.9.1
|
||||
typing==3.6.2
|
||||
urllib3==1.22
|
||||
virtualenv==15.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user