[Checkins] SVN: zc.lockfile/trunk/buildout.cfg Added missing interpreter (py)

jim cvs-admin at zope.org
Sun Dec 2 17:29:04 UTC 2012


Log message for revision 128474:
  Added missing interpreter (py)
  

Changed:
  U   zc.lockfile/trunk/buildout.cfg

-=-
Modified: zc.lockfile/trunk/buildout.cfg
===================================================================
--- zc.lockfile/trunk/buildout.cfg	2012-12-02 15:27:26 UTC (rev 128473)
+++ zc.lockfile/trunk/buildout.cfg	2012-12-02 17:29:04 UTC (rev 128474)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = py
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.lockfile [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py



More information about the checkins mailing list