From 8ef2462e6ea7a876d077ba5dffc8a2b1f55bdcbb Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 5 Mar 2015 09:15:50 -0800 Subject: [PATCH] tox.ini: Remove py25 because tox doesn't support it yet. ERROR: py25: UnsupportedInterpreter: python2.5 is not supported anymore, sorry --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2170c62..8bdb877 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 envlist = - py25,py26,py27,py32,py33,py34,py27-flake8,py34-flake8 + py26,py27,py32,py33,py34,py27-flake8,py34-flake8 [testenv] usedevelop = True