[Checkins] SVN: z3c.dav/trunk/buildout.cfg Add coverage script

Michael Kerrin michael.kerrin at openapp.ie
Sun Feb 10 16:10:34 EST 2008


Log message for revision 83737:
  Add coverage script
  

Changed:
  U   z3c.dav/trunk/buildout.cfg

-=-
Modified: z3c.dav/trunk/buildout.cfg
===================================================================
--- z3c.dav/trunk/buildout.cfg	2008-02-10 21:08:59 UTC (rev 83736)
+++ z3c.dav/trunk/buildout.cfg	2008-02-10 21:10:34 UTC (rev 83737)
@@ -1,7 +1,11 @@
 [buildout]
 develop = .
-parts = test
+parts = coverage test
 
+[coverage]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+
 [test]
 recipe = zc.recipe.testrunner
 working-directory = .



More information about the Checkins mailing list