[Checkins] SVN: zc.ngi/trunk/buildout.cfg Added sections for tests under different versions of Python.
Jim Fulton
jim at zope.com
Tue May 26 11:24:35 EDT 2009
Log message for revision 100415:
Added sections for tests under different versions of Python.
Changed:
U zc.ngi/trunk/buildout.cfg
-=-
Modified: zc.ngi/trunk/buildout.cfg
===================================================================
--- zc.ngi/trunk/buildout.cfg 2009-05-26 15:12:41 UTC (rev 100414)
+++ zc.ngi/trunk/buildout.cfg 2009-05-26 15:24:35 UTC (rev 100415)
@@ -6,6 +6,21 @@
recipe = zc.recipe.testrunner
eggs = zc.ngi [test]
+[test2.4]
+recipe = zc.recipe.testrunner
+eggs = zc.ngi [test]
+python = python2.4
+
+[test2.5]
+recipe = zc.recipe.testrunner
+eggs = zc.ngi [test]
+python = python2.5
+
+[test2.6]
+recipe = zc.recipe.testrunner
+eggs = zc.ngi [test]
+python = python2.6
+
[py]
recipe = zc.recipe.egg
eggs = zc.ngi
More information about the Checkins
mailing list