don't test on py24 for now because tox/virtualenv-1.8 does not support
python2.4
This commit is contained in:
parent
ee713ad036
commit
c5f587d6db
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
distshare={homedir}/.tox/distshare
|
distshare={homedir}/.tox/distshare
|
||||||
envlist=py24,py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,py25,trial
|
envlist=py25,py26,py27,py27-nobyte,py31,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