[Zope3-checkins] SVN: zope.testing/trunk/buildout.cfg Add support for running tests under Python 2.7.

Tres Seaver tseaver at palladion.com
Wed Jul 14 10:23:22 EDT 2010


Log message for revision 114743:
  Add support for running tests under Python 2.7.

Changed:
  U   zope.testing/trunk/buildout.cfg

-=-
Modified: zope.testing/trunk/buildout.cfg
===================================================================
--- zope.testing/trunk/buildout.cfg	2010-07-14 14:20:18 UTC (rev 114742)
+++ zope.testing/trunk/buildout.cfg	2010-07-14 14:23:22 UTC (rev 114743)
@@ -22,7 +22,7 @@
 # [python2.4]
 # executable = /usr/local/bin/python2.4
 #
-# And then run "bin/buildout install test24 test25 test26" to build the
+# And then run "bin/buildout install test24 test25 test26 test27" to build the
 # version-specific test scripts.  Once that's done you ran run "bin/test24"
 # (etc.).
 
@@ -43,3 +43,9 @@
 recipe = zc.recipe.testrunner
 eggs =
     zope.testing
+
+[test27]
+python = python2.7
+recipe = zc.recipe.testrunner
+eggs =
+    zope.testing



More information about the Zope3-Checkins mailing list