summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-09-08 09:20:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-09-08 09:20:29 -0400
commit3f41075b7502584d249da83bd046d43b428582fe (patch)
tree3e6228569c4ca9dc9d33f405645bd795f899a1d7
parentc4510325e6a1979daeca5ff5ff55bcf5db416524 (diff)
downloadpython-coveragepy-3f41075b7502584d249da83bd046d43b428582fe.tar.gz
Tox doesn't support 2.4, even though it understands py24.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8e4cc1c..13d22ab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py24, py25, py26, py27, py31, py32, py33, pypy
+envlist = py25, py26, py27, py31, py32, py33, pypy
[testenv]
setenv =