[Supervisor-checkins] r885 - supervisor/trunk
Chris McDonough
chrism at agendaless.com
Sat Sep 5 15:24:13 EDT 2009
Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Sep 5 15:24:13 2009
New Revision: 885
Log:
Add setup.cfg for nosetest params (and vain attempt to make fucking setuptools not zip my fucking eggs, to no avail).
Added:
supervisor/trunk/setup.cfg
Added: supervisor/trunk/setup.cfg
==============================================================================
--- (empty file)
+++ supervisor/trunk/setup.cfg Sat Sep 5 15:24:13 2009
@@ -0,0 +1,9 @@
+[easy_install]
+zip_ok = false
+
+[nosetests]
+nocapture=1
+cover-package=supervisor
+with-coverage=1
+cover-erase=1
+
More information about the Supervisor-checkins
mailing list