enable some more tests

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-04 13:56:03 +02:00
parent be582b5f53
commit e533e63bbf
1 changed files with 11 additions and 3 deletions

14
tox.ini
View File

@ -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