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