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