don't use dist-testing with jython to uncomplicate the testing matter

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-03 14:54:48 +02:00
parent 4a489af0ff
commit be582b5f53
1 changed files with 2 additions and 3 deletions

View File

@ -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