[Checkins] SVN: z3c.dobbin/trunk/buildout.cfg Added interpreter.

Malthe Borch mborch at gmail.com
Tue Jul 22 08:35:54 EDT 2008


Log message for revision 88680:
  Added interpreter.

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

-=-
Modified: z3c.dobbin/trunk/buildout.cfg
===================================================================
--- z3c.dobbin/trunk/buildout.cfg	2008-07-22 12:10:08 UTC (rev 88679)
+++ z3c.dobbin/trunk/buildout.cfg	2008-07-22 12:35:54 UTC (rev 88680)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = test interpreter
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.dobbin [test]
\ No newline at end of file
+eggs = z3c.dobbin [test]
+
+[interpreter]
+recipe = zc.recipe.egg
+eggs = z3c.dobbin
+interpreter = py
\ No newline at end of file



More information about the Checkins mailing list