Browse Source

Add setup.cfg for nosetest params (and vain attempt to make fucking setuptools not zip my fucking eggs, to no avail).

Chris McDonough 15 năm trước cách đây
mục cha
commit
3ac6e6b6c0
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      setup.cfg

+ 9 - 0
setup.cfg

@@ -0,0 +1,9 @@
+[easy_install]
+zip_ok = false
+
+[nosetests]
+nocapture=1
+cover-package=supervisor
+with-coverage=1
+cover-erase=1
+