From ed4f077b816cc05109bd409d052271291fee26fc Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Mon, 14 Apr 2014 10:40:56 -0400 Subject: Remove python 2.5 from tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 55e3fe64..43c391dd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py32,py33 +envlist = py26,py27,py32,py33 [testenv] commands = pip install --use-mirrors -q -r tox-requirements.txt -- cgit v1.2.3