Add a setup.cfg and populate it with a default set of nosetests options.

This commit is contained in:
Joshua Harlow
2013-05-29 11:16:03 -07:00
parent fab1aa7526
commit b2ad872065

3
setup.cfg Normal file
View File

@@ -0,0 +1,3 @@
[nosetests]
cover-erase = true
verbosity=2