summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:39:09 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:39:09 -0400
commitddf23fa77980208f5fc5843b4216d6b52bd3a898 (patch)
treee1e34fc7dea35c03f8d685ae5342c0f80bffc3eb
parente7918836d9da49ae24881060f0d8bea566d4a1ff (diff)
downloadzope-i18nmessageid-ddf23fa77980208f5fc5843b4216d6b52bd3a898.tar.gz
Drop mention of Jython.
When tox / pip / virtualenv support it, it will run w/o special env.
-rw-r--r--tox.ini7
1 files changed, 0 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index c95c3cb..842fdd8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,18 +1,11 @@
[tox]
envlist =
-# Jython support pending 2.7 support, due 2012-07-15 or so. See:
-# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
-# py26,py27,py32,jython,pypy,coverage
py26,py27,py32,py33,py34,pypy,coverage,docs
[testenv]
commands =
python setup.py test -q
-[testenv:jython]
-commands =
- jython setup.py test -q
-
[testenv:coverage]
basepython =
python2.6