summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-04 23:32:54 +0200
committerholger krekel <holger@merlinux.eu>2010-07-04 23:32:54 +0200
commitd9f47587f76da9c3ecdf7c1273a2cb78d4684286 (patch)
treeee1aec9c690b7898d480338b7ab61dd61efd0888 /tox.ini
parent2f00c0e7bd340fe54725fee107d2c7b1f0e8908f (diff)
downloadtox-d9f47587f76da9c3ecdf7c1273a2cb78d4684286.tar.gz
wrap sphinx calls into py.test invocations to get a junit result
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index abe396a..b2c5114 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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