8000 More travis config · Powercoder64/ffmpeg-python@06cf7c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06cf7c7

Browse files
committed
More travis config
1 parent f2ae3c7 commit 06cf7c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ matrix:
66
include:
77
- python: 2.7
88
env:
9-
- TOXENV=py27
9+
- TOX_ENV=py27
1010
- python: 3.3
1111
env:
12-
- TOXENV=py33
12+
- TOX_ENV=py33
1313
- python: 3.4
1414
env:
15-
- TOXENV=py34
15+
- TOX_ENV=py34
1616
- python: 3.5
1717
env:
18-
- TOXENV=py35
18+
- TOX_ENV=py35
1919
- python: 3.6
2020
env:
21-
- TOXENV=py36
21+
- TOX_ENV=py36
2222
- python: pypy
2323
env:
24-
- TOXENV=pypy
24+
- TOX_ENV=pypy
2525
install:
2626
- pip install tox
2727
script:

0 commit comments

Comments
 (0)
0