From 0755d0605f9341491ed0078dded89af9f0f7f28f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 8 Aug 2013 13:18:46 +0200 Subject: [PATCH] remove automatic tox-testing of py25 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 756f64e79..368d86dfd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distshare={homedir}/.tox/distshare -envlist=py25,py26,py27,py27-nobyte,py32,py33,py27-xdist,trial +envlist=py26,py27,py27-nobyte,py32,py33,py27-xdist,trial [testenv] changedir=testing