Pārlūkot izejas kodu

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

Chris McDonough 15 gadi atpakaļ
vecāks
revīzija
3ac6e6b6c0
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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
+