[Checkins] SVN: grok/branches/philikon-eggification/buildout.cfg Install a handy bin/devpython script. This allows you to do quick tests

Martijn Faassen faassen at infrae.com
Tue Apr 24 10:10:27 EDT 2007


Log message for revision 74703:
  Install a handy bin/devpython script. This allows you to do quick tests
  with a Python interpeter that has all the eggs needed loaded.
  

Changed:
  U   grok/branches/philikon-eggification/buildout.cfg

-=-
Modified: grok/branches/philikon-eggification/buildout.cfg
===================================================================
--- grok/branches/philikon-eggification/buildout.cfg	2007-04-24 13:41:38 UTC (rev 74702)
+++ grok/branches/philikon-eggification/buildout.cfg	2007-04-24 14:10:26 UTC (rev 74703)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . grokwiki ldapaddressbook
-parts = app data instance test
+parts = app data instance test devpython
 find-links = http://download.zope.org/distribution/
 
 [zope3]
@@ -79,3 +79,9 @@
 recipe = zc.recipe.testrunner
 eggs = grok
 defaults = ['--tests-pattern', '^f?tests$', '-v']
+
+# installs bin/devpython to do simple interpreter tests
+[devpython]
+recipe = zc.recipe.egg
+interpreter = devpython
+eggs = grok



More information about the Checkins mailing list