Added setup.cfg to configure nosetests to output xunit test results

This commit is contained in:
Dan Pasette 2011-03-29 09:11:33 -04:00
parent 4e2ebbbcfc
commit 3c2759d6de

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[nosetests]
with-xunit=1