From 3c2759d6ded0904a5bf93ff200246e7e952730bb Mon Sep 17 00:00:00 2001 From: Dan Pasette Date: Tue, 29 Mar 2011 09:11:33 -0400 Subject: [PATCH] Added setup.cfg to configure nosetests to output xunit test results --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..e6f21cf31 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[nosetests] +with-xunit=1