parent
f554fa03ae
commit
7335c4d06d
11
tox.ini
11
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue