[Zope3-checkins] SVN: zope.testing/trunk/buildout.cfg Added parts
for multiple python-dependent test scripts.
Jim Fulton
jim at zope.com
Sun May 6 09:56:33 EDT 2007
Log message for revision 75561:
Added parts for multiple python-dependent test scripts.
Changed:
U zope.testing/trunk/buildout.cfg
-=-
Modified: zope.testing/trunk/buildout.cfg
===================================================================
--- zope.testing/trunk/buildout.cfg 2007-05-06 13:50:05 UTC (rev 75560)
+++ zope.testing/trunk/buildout.cfg 2007-05-06 13:56:33 UTC (rev 75561)
@@ -7,3 +7,18 @@
[test]
recipe = zc.recipe.testrunner
eggs = zope.testing
+
+[test23]
+python = python23
+recipe = zc.recipe.testrunner
+eggs = zope.testing
+
+[test24]
+python = python24
+recipe = zc.recipe.testrunner
+eggs = zope.testing
+
+[test25]
+python = python25
+recipe = zc.recipe.testrunner
+eggs = zope.testing
More information about the Zope3-Checkins
mailing list