[Checkins] SVN: zope.security/trunk/buildout.cfg Added interpreter.

Jim Fulton jim at zope.com
Tue Aug 14 13:52:12 EDT 2007


Log message for revision 78814:
  Added interpreter.
  

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

-=-
Modified: zope.security/trunk/buildout.cfg
===================================================================
--- zope.security/trunk/buildout.cfg	2007-08-14 17:09:50 UTC (rev 78813)
+++ zope.security/trunk/buildout.cfg	2007-08-14 17:52:11 UTC (rev 78814)
@@ -1,8 +1,13 @@
 [buildout]
 develop = . 
-parts = test
+parts = test py
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.security [untrustedpython]
+
+[py]
+recipe = zc.recipe.egg
+eggs = zope.security [untrustedpython]
+interpreter = py



More information about the Checkins mailing list