tox.ini: fix py2_release
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,5 +1,6 @@
|
||||
[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]
|
||||
deps=
|
||||
@@ -45,6 +46,7 @@ deps=
|
||||
aiotest
|
||||
futures
|
||||
mock
|
||||
unittest2
|
||||
setenv =
|
||||
TROLLIUSDEBUG =
|
||||
basepython = python2.7
|
||||
|
||||
Reference in New Issue
Block a user