From e7a86caac26ab59b64e5dca0cdd2cc3f079c63bf Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 12 Feb 2013 20:44:04 +0100 Subject: [PATCH] strike python3.1 tox testing, 3.2 and 3.3 is enough --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bcb8146f2..76440747b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] 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= pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org