tox.ini: fix py2_release
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,5 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26,py27,py2_release,py32,py33,py34,py3_release,pyflakes2,pyflakes3
|
envlist = py26,py27,py2_release,py32,py33,py34,py3_release
|
||||||
|
# and: pyflakes2,pyflakes3
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
@@ -45,6 +46,7 @@ deps=
|
|||||||
aiotest
|
aiotest
|
||||||
futures
|
futures
|
||||||
mock
|
mock
|
||||||
|
unittest2
|
||||||
setenv =
|
setenv =
|
||||||
TROLLIUSDEBUG =
|
TROLLIUSDEBUG =
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
|||||||
Reference in New Issue
Block a user