Chris McDonough
2011-06-14 5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94
we no longer support 2.4
2 files modified
16 ■■■■ changed files
CHANGES.txt 3 ●●●●● patch | view | raw | blame | history
tox.ini 13 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -361,6 +361,9 @@
Backwards Incompatibilities
---------------------------
- Pyramid no longer supports Python 2.4.  Python 2.5 or better is required to
  run Pyramid 1.1+.
- The Pyramid router now, by default, expects response objects returned from
  view callables to implement the ``pyramid.interfaces.IResponse`` interface.
  Unlike the Pyramid 1.0 version of this interface, objects which implement
tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = 
    py24,py25,py26,py27,jython,pypy,cover
    py25,py26,py27,jython,pypy,cover
[testenv]
commands = 
@@ -10,17 +10,6 @@
    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 =