From 6e1839a01ede7010ff130eab058c2ddd6d71902d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 5 Jan 2015 12:20:14 -0600 Subject: remove python 2.5 from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b29b31a..00d4c44 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py25,py26,py27,py31,py32,py33,py34,pypy +envlist=py26,py27,py31,py32,py33,py34,pypy indexserver= default = http://pypi.python.org/simple testrun = http://pypi.testrun.org -- cgit v1.2.1