[Checkins] SVN: zope.testrunner/trunk/buildout.cfg It's convenient to have a bin/python available.

Marius Gedminas cvs-admin at zope.org
Thu Feb 7 12:44:25 UTC 2013


Log message for revision 129166:
  It's convenient to have a bin/python available.
  
  

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

-=-
Modified: zope.testrunner/trunk/buildout.cfg
===================================================================
--- zope.testrunner/trunk/buildout.cfg	2013-02-07 12:42:31 UTC (rev 129165)
+++ zope.testrunner/trunk/buildout.cfg	2013-02-07 12:44:24 UTC (rev 129166)
@@ -1,8 +1,13 @@
 [buildout]
 develop = .
-parts = test
+parts = test python
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.testrunner[test]
+
+[python]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+scripts =
 interpreter = python



More information about the checkins mailing list