FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ffmpeg-python/.travis.yml at master · nehalmehta36/ffmpeg-python · GitHub
nehalmehta36
/
ffmpeg-python
Public
forked from
kkroening/ffmpeg-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ffmpeg-python
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 737 Bytes
Breadcrumbs
ffmpeg-python
/
.travis.yml
Copy path
File metadata and controls
34 lines (34 loc) · 737 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
language
:
python
before_install
:
-
>
[ -f ffmpeg-release/ffmpeg ] || (
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz &&
mkdir -p ffmpeg-release &&
tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release
)
matrix
:
include
:
-
python
:
2.7
env
:
-
TOX_ENV=py27
-
python
:
3.4
env
:
-
TOX_ENV=py34
-
python
:
3.5
env
:
-
TOX_ENV=py35
-
python
:
3.6
env
:
-
TOX_ENV=py36
-
python
:
pypy
env
:
-
TOX_ENV=pypy
install
:
-
pip install tox
script
:
-
export PATH=$(readlink -f ffmpeg-release):$PATH
-
tox -e $TOX_ENV
cache
:
directories
:
-
.tox
-
ffmpeg-release
Back
|
FazBrowse Home
|
New Git URL