From 831461fbb0c48690c1eda0b5a51385a6d1da6b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tis=C3=A4ter?= Date: Sat, 1 Feb 2014 18:05:04 +0100 Subject: [PATCH] tox dropped support for Python 2.5 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 4345e72..b28c203 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,5 @@ [tox] -envlist = py25,py26,py27,py32,py33 - -[testenv:py25] -setenv=PIP_INSECURE=1 +envlist = py26,py27,py32,py33 [testenv] deps = nose