diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-04-25 00:37:33 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-04-25 00:37:33 -0500 |
| commit | b61680ad87abcb524ae3fe846cd591c6ec1d54ef (patch) | |
| tree | e2fcd960d9119efde4a1b7eecec3880f98397d2f /tox.ini | |
| parent | 1b395e6d43b9450ea652d9addb675936b507ea52 (diff) | |
| parent | bb825910b3b68b4b167572fd5252cc99be88e17e (diff) | |
| download | pyramid-b61680ad87abcb524ae3fe846cd591c6ec1d54ef.tar.gz pyramid-b61680ad87abcb524ae3fe846cd591c6ec1d54ef.tar.bz2 pyramid-b61680ad87abcb524ae3fe846cd591c6ec1d54ef.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |
