[Checkins] SVN: zope.app.publication/trunk/buildout.cfg Added an interpreter script.

Jim Fulton jim at zope.com
Sun Jun 21 09:36:55 EDT 2009


Log message for revision 101186:
  Added an interpreter script.
  

Changed:
  U   zope.app.publication/trunk/buildout.cfg

-=-
Modified: zope.app.publication/trunk/buildout.cfg
===================================================================
--- zope.app.publication/trunk/buildout.cfg	2009-06-21 10:03:51 UTC (rev 101185)
+++ zope.app.publication/trunk/buildout.cfg	2009-06-21 13:36:54 UTC (rev 101186)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = test py
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.publication [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py



More information about the Checkins mailing list