[Checkins] SVN: ZConfig/trunk/buildout.cfg Add a bin/py to the buildout.

Marius Gedminas cvs-admin at zope.org
Thu Feb 14 11:04:40 UTC 2013


Log message for revision 129387:
  Add a bin/py to the buildout.
  
  

Changed:
  U   ZConfig/trunk/buildout.cfg

-=-
Modified: ZConfig/trunk/buildout.cfg
===================================================================
--- ZConfig/trunk/buildout.cfg	2013-02-14 11:03:54 UTC (rev 129386)
+++ ZConfig/trunk/buildout.cfg	2013-02-14 11:04:40 UTC (rev 129387)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = nosetests test
+parts = nosetests test py
 prefer-final = true
 
 [nosetests]
@@ -12,3 +12,8 @@
 recipe = zc.recipe.testrunner
 eggs = ZConfig
 defaults = ['-1']
+
+[py]
+recipe = zc.recipe.egg
+eggs = ZConfig
+interpreter = py



More information about the checkins mailing list