Remove py24 env from tox.ini

This commit is contained in:
Ask Solem 2011-09-09 14:57:32 +01:00
parent 70ef1e74f5
commit c461757a19
2 changed files with 1 additions and 12 deletions

View File

@ -1 +0,0 @@
uuid

12
tox.ini
View File

@ -1,21 +1,11 @@
[tox] [tox]
envlist = py24,py25,py26,py27,pypy envlist = py25,py26,py27,pypy
[testenv] [testenv]
distribute = True distribute = True
sitepackages = False sitepackages = False
commands = nosetests 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] [testenv:py25]
basepython = python2.5 basepython = python2.5
commands = pip -E {envdir} install -r contrib/requirements/default.txt commands = pip -E {envdir} install -r contrib/requirements/default.txt