[Checkins] SVN: zope.minmax/trunk/buildout.cfg Put back the interpreter section into buildout.cfg.

Zvezdan Petkovic zvezdan at zope.com
Wed Sep 9 08:17:02 EDT 2009


Log message for revision 103683:
  Put back the interpreter section into buildout.cfg.
  
  

Changed:
  U   zope.minmax/trunk/buildout.cfg

-=-
Modified: zope.minmax/trunk/buildout.cfg
===================================================================
--- zope.minmax/trunk/buildout.cfg	2009-09-09 09:58:19 UTC (rev 103682)
+++ zope.minmax/trunk/buildout.cfg	2009-09-09 12:17:02 UTC (rev 103683)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = test py
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.minmax [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = zope.minmax
+interpreter = py



More information about the checkins mailing list