summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-11-24 11:17:18 +0100
committerGuido Günther <agx@sigxcpu.org>2012-11-24 11:20:55 +0100
commit95ec21a699c5fe57824e2f216aec0c43c362b803 (patch)
treebe7ae2380dc5102db6d14ff04ee05c155d2a114c
parent36d13cb75dbcf321a3e882f4b3378f4833404294 (diff)
Output test results in xunit format too
-rw-r--r--.gitignore1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ce76f77..2f4a148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
gbp/version.py
build/
gbp.egg-info/
+nosetests.xml
docs/*.1
docs/manual-html/
diff --git a/setup.cfg b/setup.cfg
index 9bf7f5f..4f8d89a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,7 @@
[nosetests]
with-doctest=1
with-coverage=1
+with-xunit=1
cover-package=gbp
cover-erase=1
cover-html=1