[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/buildout.cfg add omelette

Godefroid Chapelle gotcha at bubblenet.be
Tue Mar 23 07:12:32 EDT 2010


Log message for revision 110112:
  add omelette

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/buildout.cfg

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/buildout.cfg
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/buildout.cfg	2010-03-23 03:40:17 UTC (rev 110111)
+++ Sandbox/gotcha/z3c.taskqueue/buildout.cfg	2010-03-23 11:12:31 UTC (rev 110112)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = py test test-coverage z3c.coverage
+parts = py test test-coverage z3c.coverage omelette
 
 [test]
 recipe = zc.recipe.testrunner
@@ -23,3 +23,7 @@
 eggs = z3c.coverage
 scripts = coverage
 arguments = ('coverage', 'coverage/report')
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${test:eggs}



More information about the checkins mailing list