added missing nosetests parameters in setup.cfg

This commit is contained in:
jfwood
2013-03-01 19:57:32 -08:00
parent 503f6b11c0
commit 6035328631

View File

@@ -1,5 +1,10 @@
[nosetests]
where=barbican
nocapture=1
cover-package=barbican
cover-erase=1
with-xunit=1
all-modules=1
traverse-namespace=1
with-coverage=1
cover-package=barbican
cover-inclusive=1