From 00f177d6735579eb6ba38654c0fbb037d4745f27 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 17 Feb 2011 02:30:10 -0500 Subject: [PATCH] fix jython testenv --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index f3a931d..2e4a4d9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,10 @@ envlist = commands = python setup.py test -q +[testenv:jython] +commands = + jython setup.py test -q + [testenv:cover] basepython = python2.6