Chris McDonough
2013-01-06 e7abad0a3c2e96abb269758ed84668fabc37acd7
reluctantly give up on jython
1 files modified
24 ■■■■ changed files
tox.ini 24 ●●●● patch | view | raw | blame | history
tox.ini
@@ -1,9 +1,12 @@
[tox]
envlist = 
    py25,py26,py27,pypy,jython,cover
    py25,py26,py27,pypy,cover
# this code actually works under py2.4 too but tox and virtualenv have moved on
# and no longer support it, so we don't test it anymore.
# and no longer support it, so we don't test it anymore.  It's also damn near
# impossible to test Pyramid under Jython anymore
# (e.g. http://bugs.jython.org/issue1891 and weirdness with new setuptools), so
# we don't bother, although in reality, it probably still runs under it.
[testenv]
commands = 
@@ -24,23 +27,6 @@
    python setup.py test -q
deps =
    Sphinx
    repoze.sphinx.autointerface
    virtualenv
    PasteDeploy<1.5
    Chameleon<1.4
    WebOb<=1.0.99
    WebTest<=1.2.99
    zope.configuration<3.8.0
    zope.schema<4.0.0
    zope.interface<4.0.0
    zope.component<4.0.0
[testenv:jython]
commands =
    jython setup.py test -q
deps =
    Sphinx
    docutils<0.8
    repoze.sphinx.autointerface
    virtualenv
    PasteDeploy<1.5