8000 Try different travis config · dreamCodeMan/ffmpeg-python@f2ae3c7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2ae3c7

Browse files
committed
Try different travis config
1 parent 6960751 commit f2ae3c7

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

.travis.yml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@ language: python
22
before_install:
33
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz
44
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
5-
env:
6-
- TOX_ENV=py27
7-
- TOX_ENV=py33
8-
- TOX_ENV=py34
9-
- TOX_ENV=py35
10-
- TOX_ENV=py36
11-
- TOX_ENV=pypy
5+
matrix:
6+
include:
7+
- python: 2.7
8+
env:
9+
- TOXENV=py27
10+
- python: 3.3
11+
env:
12+
- TOXENV=py33
13+
- python: 3.4
14+
env:
15+
- TOXENV=py34
16+
- python: 3.5
17+
env:
18+
- TOXENV=py35
19+
- python: 3.6
20+
env:
21+
- TOXENV=py36
22+
- python: pypy
23+
env:
24+
- TOXENV=pypy
1225
install:
1326
- pip install tox
1427
script:

0 commit comments

Comments
 (0)
0