File tree 1 file changed +21
-21
lines changed 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -8,34 +8,34 @@ install: "pip install -U tox"
8
8
env :
9
9
matrix :
10
10
# coveralls is not listed in tox's envlist, but should run in travis
11
- - TESTENV =coveralls
11
+ - TOXENV =coveralls
12
12
# note: please use "tox --listenvs" to populate the build matrix below
13
- - TESTENV =linting
14
- - TESTENV =py26
15
- - TESTENV =py27
16
- - TESTENV =py33
17
- - TESTENV =py34
18
- - TESTENV =py35
19
- - TESTENV =pypy
20
- - TESTENV =py27-pexpect
21
- - TESTENV =py27-xdist
22
- - TESTENV =py27-trial
23
- - TESTENV =py35-pexpect
24
- - TESTENV =py35-xdist
25
- - TESTENV =py35-trial
26
- - TESTENV =py27-nobyte
27
- - TESTENV =doctesting
28
- - TESTENV =freeze
29
- - TESTENV =docs
13
+ - TOXENV =linting
14
+ - TOXENV =py26
15
+ - TOXENV =py27
16
+ - TOXENV =py33
17
+ - TOXENV =py34
18
+ - TOXENV =py35
19
+ - TOXENV =pypy
20
+ - TOXENV =py27-pexpect
21
+ - TOXENV =py27-xdist
22
+ - TOXENV =py27-trial
23
+ - TOXENV =py35-pexpect
24
+ - TOXENV =py35-xdist
25
+ - TOXENV =py35-trial
26
+ - TOXENV =py27-nobyte
27
+ - TOXENV =doctesting
28
+ - TOXENV =freeze
29
+ - TOXENV =docs
30
30
31
31
matrix :
32
32
include :
33
- - env : TESTENV =py36
33
+ - env : TOXENV =py36
34
34
python : ' 3.6-dev'
35
- - env : TESTENV =py37
35
+ - env : TOXENV =py37
36
36
python : ' nightly'
37
37
38
- script : tox --recreate -e $TESTENV
38
+ script : tox --recreate
39
39
40
40
notifications :
41
41
irc :
You can’t perform that action at this time.
0 commit comments