From ddf23fa77980208f5fc5843b4216d6b52bd3a898 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 9 Mar 2015 10:39:09 -0400 Subject: Drop mention of Jython. When tox / pip / virtualenv support it, it will run w/o special env. --- tox.ini | 7 ------- 1 file changed, 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 -- cgit v1.2.1