add jython env

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-01 19:43:46 +02:00
parent f554fa03ae
commit 7335c4d06d
1 changed files with 6 additions and 5 deletions

11
tox.ini
View File

@ -13,8 +13,9 @@ python=python2.4
python=python3.1
#[testenv:pypy]
#python=pypy-c
#[testenv:jython]
#python=jython
#argv=jython
# -c
# import py ; py.cmdline.pytest(["-x", "--basetemp={envtmpdir}", "--junitxml=junit-${envname}.xml", "-k", "collect"])
[testenv:jython]
python=jython
argv=jython
{envtmpdir}/../bin/py.test
--confcutdir=..
--junitxml=junit-{envname}.xml