diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-14 06:17:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-14 06:17:39 -0400 |
| commit | 5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94 (patch) | |
| tree | 56a1c57e1a76888f0eccb54c0fd171f70d7c488a /tox.ini | |
| parent | 31d78e7ea78343dcf9405a86d4d817a1efda16dc (diff) | |
| download | pyramid-5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94.tar.gz pyramid-5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94.tar.bz2 pyramid-5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94.zip | |
we no longer support 2.4
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |
