From e533e63bbfbff77733e792d19050526153064aa3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 4 Jul 2010 13:56:03 +0200 Subject: [PATCH] enable some more tests --HG-- branch : trunk --- tox.ini | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 32275235a..77eb9603d 100644 --- a/tox.ini +++ b/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