[Zodb-checkins] SVN: ZODB/branches/3.9/buildout.cfg Want the py script to have access to testing utils.

Jim Fulton jim at zope.com
Wed Apr 21 17:26:55 EDT 2010


Log message for revision 111231:
  Want the py script to have access to testing utils.
  

Changed:
  U   ZODB/branches/3.9/buildout.cfg

-=-
Modified: ZODB/branches/3.9/buildout.cfg
===================================================================
--- ZODB/branches/3.9/buildout.cfg	2010-04-21 20:55:26 UTC (rev 111230)
+++ ZODB/branches/3.9/buildout.cfg	2010-04-21 21:26:54 UTC (rev 111231)
@@ -14,5 +14,5 @@
 
 [scripts]
 recipe = zc.recipe.egg
-eggs = ZODB3
+eggs = ZODB3 [test]
 interpreter = py



More information about the Zodb-checkins mailing list