From e9e5330a14a8a6b37c04c31f5cf35005dcdee256 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 16 Oct 2012 22:14:04 +0200 Subject: [PATCH] Turn off creation of nosetests.xml report by default This is only needed by the Jenkins CI server, and our builds there have been updated to pass --with-xunit explicitly. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e09a7b15..bce0a6e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,6 @@ [nosetests] verbosity = 1 -#with-doctest = 1 #with-coverage = 1 cover-package = mopidy cover-inclusive = 1 cover-html = 1 -with-xunit = 1