Description: Modify setuptools configuration to use nosetests
 Configure nose setuptools configuration as described in
 https://nose.readthedocs.org/en/latest/setuptools_integration.html
 and the manpage for the executable
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-08-06
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,8 @@
 [metadata]
 description-file = README.md
+[nosetests]
+verbosity=2
+where=tests
 
 [aliases]
 test = pytest
