summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 1 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 73a487ac8..e404b29f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py24,py25,py26,py27,jython,pypy,cover
+ py25,py26,py27,jython,pypy,cover
[testenv]
commands =
@@ -11,17 +11,6 @@ deps =
repoze.sphinx.autointerface
virtualenv
-[testenv:py24]
-# Chameleon 2 doesnt work under py2.4
-commands =
- python setup.py test -q
-deps =
- Sphinx
- WebTest
- repoze.sphinx.autointerface
- virtualenv
- Chameleon<=1.999
-
[testenv:jython]
commands =
jython setup.py test -q