File tree Expand file tree Collapse file tree 3 files changed +36
-10
lines changed Expand file tree Collapse file tree 3 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
before_install :
3
3
- >
4
- [ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
5
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
6
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
4
+ [ -f ffmpeg-release/ffmpeg ] || (
5
+ curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
6
+ mkdir -p ffmpeg-release &&
7
+ tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
7
8
)
8
9
matrix :
9
10
include :
@@ -28,9 +29,9 @@ matrix:
28
29
install :
29
30
- pip install tox
30
31
script :
31
- - export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static ):$PATH
32
+ - export PATH=$(readlink -f ffmpeg-release ):$PATH
32
33
- tox -e $TOX_ENV
33
34
cache :
34
35
directories :
35
36
- .tox
36
- - ffmpeg-3.3.1-64bit-static
37
+ - ffmpeg-release
Original file line number Diff line number Diff line change
1
+ future
2
+ pytest
3
+ pytest-runner
4
+ sphinx
5
+ tox
Original file line number Diff line number Diff line change 1
- future
2
- pytest
3
- pytest-runner
4
- sphinx
5
- tox
1
+ alabaster == 0.7.10
2
+ Babel == 2.5.1
3
+ certifi == 2017.7.27.1
4
+ chardet == 3.0.4
5
+ docutils == 0.14
6
+ future == 0.16.0
7
+ idna == 2.6
8
+ imagesize == 0.7.1
9
+ Jinja2 == 2.9.6
10
+ MarkupSafe == 1.0
11
+ pluggy == 0.5.2
12
+ py == 1.4.34
13
+ Pygments == 2.2.0
14
+ pytest == 3.2.3
15
+ pytest-runner == 3.0
16
+ pytz == 2017.3
17
+ requests == 2.18.4
18
+ six == 1.11.0
19
+ snowballstemmer == 1.2.1
20
+ Sphinx == 1.6.5
21
+ sphinxcontrib-websupport == 1.0.1
22
+ tox == 2.9.1
23
+ typing == 3.6.2
24
+ urllib3 == 1.22
25
+ virtualenv == 15.1.0
You can’t perform that action at this time.
0 commit comments