update tox.ini according to tox progress

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-03 14:29:43 +02:00
parent e3250f4846
commit ace2f975ea
1 changed files with 7 additions and 10 deletions

17
tox.ini
View File

@ -1,8 +1,7 @@
[testenv] [testenv]
changedir=testing changedir=testing
argv=py.test commands=
--confcutdir=.. py.test --confcutdir=.. --junitxml=junit-{envname}.xml []
--junitxml=junit-{envname}.xml
[testenv:py26] [testenv:py26]
basepython=python2.6 basepython=python2.6
[testenv:py25] [testenv:py25]
@ -17,10 +16,8 @@ basepython=python3.1
changedir=testing changedir=testing
basepython=jython basepython=jython
deps=pytest-xdist deps=pytest-xdist
argv= commands=
{envpython} {envpython} {envbindir}/py.test-jython --confcutdir=.. \
{envbindir}/py.test-jython --junitxml=junit-{envname}1.xml [io_ code]
--confcutdir=.. {envpython} {envbindir}/py.test-jython --confcutdir=.. \
--junitxml=junit-{envname}.xml --junitxml=junit-{envname}2.xml acceptance_test.py plugin
acceptance_test.py
plugin