aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
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 /setup.cfg
parent36d13cb75dbcf321a3e882f4b3378f4833404294 (diff)
Output test results in xunit format too
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9bf7f5f6..4f8d89a0 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