Sfoglia il codice sorgente

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

Chris McDonough 15 anni fa
parent
commit
3ac6e6b6c0
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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
+