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