From 182aa7439f764cfe7811c68f7aedb291bc16d56b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 17 Feb 2011 01:55:27 -0500 Subject: fix jython test --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 64ffe7121..2ccf23437 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,10 @@ deps = repoze.sphinx.autointerface virtualenv +[testenv:jython] +commands = + jython setup.py test -q + [testenv:cover] basepython = python2.6 -- cgit v1.2.3