update tox.ini according to tox progress
--HG-- branch : trunk
This commit is contained in:
parent
e3250f4846
commit
ace2f975ea
17
tox.ini
17
tox.ini
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue