parent
be582b5f53
commit
e533e63bbf
14
tox.ini
14
tox.ini
|
@ -1,15 +1,23 @@
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
commands=
|
commands=
|
||||||
py.test --confcutdir=.. --junitxml=junit-{envname}.xml []
|
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
|
||||||
|
deps=pexpect
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
|
[testenv:doc]
|
||||||
|
basepython=python
|
||||||
|
deps=docutils
|
||||||
|
pygments
|
||||||
|
changedir=doc
|
||||||
|
commands= py.test -rsfxX
|
||||||
[testenv:py25]
|
[testenv:py25]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
[testenv:py24]
|
[testenv:py24]
|
||||||
basepython=python2.4
|
basepython=python2.4
|
||||||
[testenv:py31]
|
[testenv:py31]
|
||||||
basepython=python3.1
|
basepython=python3.1
|
||||||
|
deps=
|
||||||
#[testenv:pypy]
|
#[testenv:pypy]
|
||||||
#python=pypy-c
|
#python=pypy-c
|
||||||
[testenv:jython]
|
[testenv:jython]
|
||||||
|
@ -17,6 +25,6 @@ changedir=testing
|
||||||
basepython=jython
|
basepython=jython
|
||||||
commands=
|
commands=
|
||||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||||
--junitxml=junit-{envname}1.xml [io_ code]
|
-rfsxX --junitxml=junit-{envname}1.xml [io_ code]
|
||||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||||
--junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
-rfsxX --junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
||||||
|
|
Loading…
Reference in New Issue