[Checkins] SVN: zope.tal/trunk/buildout.cfg add interpreter part

Fred Drake fdrake at gmail.com
Thu Jul 8 09:53:21 EDT 2010


Log message for revision 114326:
  add interpreter part

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

-=-
Modified: zope.tal/trunk/buildout.cfg
===================================================================
--- zope.tal/trunk/buildout.cfg	2010-07-08 12:35:58 UTC (rev 114325)
+++ zope.tal/trunk/buildout.cfg	2010-07-08 13:53:20 UTC (rev 114326)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = py test
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.tal
+
+[py]
+recipe = zc.recipe.egg
+eggs = zope.tal
+interpreter = py



More information about the checkins mailing list