diff options
author | holger krekel <holger@merlinux.eu> | 2010-07-04 23:32:54 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2010-07-04 23:32:54 +0200 |
commit | d9f47587f76da9c3ecdf7c1273a2cb78d4684286 (patch) | |
tree | ee1aec9c690b7898d480338b7ab61dd61efd0888 /tox.ini | |
parent | 2f00c0e7bd340fe54725fee107d2c7b1f0e8908f (diff) | |
download | tox-d9f47587f76da9c3ecdf7c1273a2cb78d4684286.tar.gz |
wrap sphinx calls into py.test invocations to get a junit result
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,6 +24,4 @@ changedir=doc deps=sphinx py commands= - sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html - sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html - py.test --junitxml=junit-{envname}-dummy.xml + py.test --junitxml=junit-{envname}.xml |