[py-svn] py-trunk commit 5b98ae122cbe: fix doc env

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jul 4 19:17:37 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278263809 -7200
# Node ID 5b98ae122cbe8b64efd856e732d750ebb6b19d71
# Parent  15da1d41a6c30db07dd54400febdb3bd1c9833ce
fix doc env

--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ basepython=python
 deps=docutils 
      pygments
 changedir=doc
-commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s --forcegen
+commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s.xml --forcegen
 [testenv:py25]
 basepython=python2.5
 [testenv:py24]



More information about the pytest-commit mailing list