fix issue209 - depend on pylib dev version which again supports python2.4
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,10 +1,10 @@
|
||||
[tox]
|
||||
distshare={homedir}/.tox/distshare
|
||||
envlist=py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,py25,trial
|
||||
envlist=py24,py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,py25,trial
|
||||
indexserver=
|
||||
pypi = http://pypi.python.org/simple
|
||||
testrun = http://pypi.testrun.org
|
||||
#default = http://pypi.testrun.org
|
||||
default = http://pypi.testrun.org
|
||||
|
||||
[testenv]
|
||||
changedir=testing
|
||||
|
||||
Reference in New Issue
Block a user