diff options
| author | Juliusz Gonera <jgonera@gmail.com> | 2011-04-19 11:29:40 +0200 |
|---|---|---|
| committer | Juliusz Gonera <jgonera@gmail.com> | 2011-04-19 11:29:40 +0200 |
| commit | e099a08f680c96afb931842ed15003626611dd7a (patch) | |
| tree | abe55237dee442ef43edd4c7886f7cec570ba7f4 /tox.ini | |
| parent | e39ddf10c908d176915da23a6bd209e46815d3c0 (diff) | |
| parent | 6717ccbcd7f481e2a15c4ba318ccf6d63a1b7649 (diff) | |
| download | pyramid-e099a08f680c96afb931842ed15003626611dd7a.tar.gz pyramid-e099a08f680c96afb931842ed15003626611dd7a.tar.bz2 pyramid-e099a08f680c96afb931842ed15003626611dd7a.zip | |
Merge branch 'master' of git://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 |
