don't use dist-testing with jython to uncomplicate the testing matter
--HG-- branch : trunk
This commit is contained in:
parent
4a489af0ff
commit
be582b5f53
5
tox.ini
5
tox.ini
|
@ -15,9 +15,8 @@ basepython=python3.1
|
||||||
[testenv:jython]
|
[testenv:jython]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
basepython=jython
|
basepython=jython
|
||||||
deps=pytest-xdist
|
|
||||||
commands=
|
commands=
|
||||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||||
-n3 --junitxml=junit-{envname}1.xml [io_ code]
|
--junitxml=junit-{envname}1.xml [io_ code]
|
||||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||||
-n3 --junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
--junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
||||||
|
|
Loading…
Reference in New Issue