From c5f587d6db92f7062786e980acb4798253c1225f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 26 Jan 2013 14:49:33 +0100 Subject: [PATCH] don't test on py24 for now because tox/virtualenv-1.8 does not support python2.4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11df1bdc5..bcb8146f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] 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= pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org