From c461757a196622e0c3fda14ce7ba88b6705caad1 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 9 Sep 2011 14:57:32 +0100 Subject: [PATCH] Remove py24 env from tox.ini --- requirements/py24.txt | 1 - tox.ini | 12 +----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 requirements/py24.txt diff --git a/requirements/py24.txt b/requirements/py24.txt deleted file mode 100644 index 43ab6159..00000000 --- a/requirements/py24.txt +++ /dev/null @@ -1 +0,0 @@ -uuid diff --git a/tox.ini b/tox.ini index 6f3211ef..5081d25d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,21 +1,11 @@ [tox] -envlist = py24,py25,py26,py27,pypy +envlist = py25,py26,py27,pypy [testenv] distribute = True sitepackages = False commands = nosetests -[testenv:py24] -basepython = python2.4 -commands = pip -E {envdir} install -r contrib/requirements/default.txt - pip -E {envdir} install -r contrib/requirements/py24.txt - pip -E {envdir} install -r contrib/requirements/test.txt - nosetests --with-xunit --xunit-file=nosetests.xml \ - --with-coverage3 --cover3-xml \ - --cover3-xml-file=coverage.xml - - [testenv:py25] basepython = python2.5 commands = pip -E {envdir} install -r contrib/requirements/default.txt