strike python3.1 tox testing, 3.2 and 3.3 is enough
This commit is contained in:
parent
570ad36eaf
commit
e7a86caac2
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
distshare={homedir}/.tox/distshare
|
distshare={homedir}/.tox/distshare
|
||||||
envlist=py25,py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,trial
|
envlist=py25,py26,py27,py27-nobyte,py32,py33,py27-xdist,trial
|
||||||
indexserver=
|
indexserver=
|
||||||
pypi = http://pypi.python.org/simple
|
pypi = http://pypi.python.org/simple
|
||||||
testrun = http://pypi.testrun.org
|
testrun = http://pypi.testrun.org
|
||||||
|
|
Loading…
Reference in New Issue