summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 22:36:05 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 22:36:05 +0200
commit43a7d32a8da2b4b9670d34530d33da6d30bd94b3 (patch)
tree5408d461d6e9ada420a6e11a92d61ba4261fd53d
parentd708a8eab70f3eedf542d34579723b3a91fae747 (diff)
downloadsetuptools-scm-43a7d32a8da2b4b9670d34530d33da6d30bd94b3.tar.gz
add junitxml to the test command
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8bff929..a2a90b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,4 +4,5 @@ envlist=py26,py31
deps=
py
commands=
- py.test
+ py.test \
+ --junitxml={envlogdir}/junit-{envname}.xml