8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ae3c7 commit 06cf7c7Copy full SHA for 06cf7c7
.travis.yml
@@ -6,22 +6,22 @@ matrix:
6
include:
7
- python: 2.7
8
env:
9
- - TOXENV=py27
+ - TOX_ENV=py27
10
- python: 3.3
11
12
- - TOXENV=py33
+ - TOX_ENV=py33
13
- python: 3.4
14
15
- - TOXENV=py34
+ - TOX_ENV=py34
16
- python: 3.5
17
18
- - TOXENV=py35
+ - TOX_ENV=py35
19
- python: 3.6
20
21
- - TOXENV=py36
+ - TOX_ENV=py36
22
- python: pypy
23
24
- - TOXENV=pypy
+ - TOX_ENV=pypy
25
install:
26
- pip install tox
27
script:
0 commit comments