From 95ec21a699c5fe57824e2f216aec0c43c362b803 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 24 Nov 2012 11:17:18 +0100 Subject: Output test results in xunit format too --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.3