summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-19 00:59:25 -0400
committerChris McDonough <chrism@plope.com>2011-04-19 00:59:25 -0400
commitf0c8473e2c0c7ea45bc169d59291ea68a0855259 (patch)
tree29446e616da6b41327648442551a90e4b23b9942 /tox.ini
parentf06b2d255e67ee6a78a6420bde521d99b021d336 (diff)
downloadpyramid-f0c8473e2c0c7ea45bc169d59291ea68a0855259.tar.gz
pyramid-f0c8473e2c0c7ea45bc169d59291ea68a0855259.tar.bz2
pyramid-f0c8473e2c0c7ea45bc169d59291ea68a0855259.zip
readd py2.4 testing (using chameleon 1)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 12 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 56307bacf..73a487ac8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,19 +1,27 @@
[tox]
envlist =
- py25,py26,py27,jython,pypy,cover
+ py24,py25,py26,py27,jython,pypy,cover
[testenv]
commands =
python setup.py test -q
-# if we ever want to run the paster template tests, we could also use:
-# python template_tests.py
-# they take forever, though
deps =
Sphinx
WebTest
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