Skip to content

Commit

Permalink
Removes py24 target from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 7, 2011
1 parent 8fea8ef commit 441ea71
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
[tox]
envlist = py24,py25,py26,py27
envlist = py25,py26,py27

[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
Expand Down

0 comments on commit 441ea71

Please sign in to comment.