[Checkins] SVN: zope.app.form/branches/3.6/buildout.cfg use zope.schema 3.4 for testing

Christian Zagrodnick cz at gocept.com
Wed Nov 26 04:56:06 EST 2008


Log message for revision 93360:
  use zope.schema 3.4 for testing
  
  

Changed:
  U   zope.app.form/branches/3.6/buildout.cfg

-=-
Modified: zope.app.form/branches/3.6/buildout.cfg
===================================================================
--- zope.app.form/branches/3.6/buildout.cfg	2008-11-26 09:46:19 UTC (rev 93359)
+++ zope.app.form/branches/3.6/buildout.cfg	2008-11-26 09:56:06 UTC (rev 93360)
@@ -1,7 +1,11 @@
 [buildout]
 develop = .
 parts = test
+versions = versions
 
+[versions]
+zope.schema = 3.4.0
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.form [test]



More information about the Checkins mailing list