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]
|
||||
changedir=testing
|
||||
basepython=jython
|
||||
deps=pytest-xdist
|
||||
commands=
|
||||
{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=.. \
|
||||
-n3 --junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
||||
--junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
||||
|
|
Loading…
Reference in New Issue