[Checkins] SVN: Sandbox/J1m/project_template/branches/dev/buildout.cfg added interpreter part.

Jim Fulton jim at zope.com
Tue Jan 22 20:08:53 EST 2008


Log message for revision 83104:
  added interpreter part.
  

Changed:
  U   Sandbox/J1m/project_template/branches/dev/buildout.cfg

-=-
Modified: Sandbox/J1m/project_template/branches/dev/buildout.cfg
===================================================================
--- Sandbox/J1m/project_template/branches/dev/buildout.cfg	2008-01-23 01:08:09 UTC (rev 83103)
+++ Sandbox/J1m/project_template/branches/dev/buildout.cfg	2008-01-23 01:08:52 UTC (rev 83104)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = test py
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = 
+
+[py]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py



More information about the Checkins mailing list