[Checkins] SVN: zope.testrunner/trunk/buildout.cfg Remove [test2X] sections from buildout: use tox (or detox) instead.

Marius Gedminas cvs-admin at zope.org
Thu Feb 7 12:42:32 UTC 2013


Log message for revision 129165:
  Remove [test2X] sections from buildout: use tox (or detox) instead.
  
  Rationale:
   - there's no support for Python 3.x via this mechanism
   - buildout will drop support for multiple Python interpreters at some point in
     the future
   - detox is awesome
  
  

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

-=-
Modified: zope.testrunner/trunk/buildout.cfg
===================================================================
--- zope.testrunner/trunk/buildout.cfg	2013-02-07 12:37:49 UTC (rev 129164)
+++ zope.testrunner/trunk/buildout.cfg	2013-02-07 12:42:31 UTC (rev 129165)
@@ -5,35 +5,4 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.testrunner[test]
-
-
-# The [test2X] sections below are to make testing with various Python versions
-# easier.  You'll need entries in your default.cfg that point to the location
-# that your various versions of Python are installed.  Like so:
-#
-# [python2.4]
-# executable = /usr/local/bin/python2.4
-#
-# 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.).
-
-[test24]
-python = python2.4
-recipe = zc.recipe.testrunner
-eggs = zope.testrunner[test]
-
-[test25]
-python = python2.5
-recipe = zc.recipe.testrunner
-eggs = zope.testrunner[test]
-
-[test26]
-python = python2.6
-recipe = zc.recipe.testrunner
-eggs = zope.testrunner[test]
-
-[test27]
-python = python2.7
-recipe = zc.recipe.testrunner
-eggs = zope.testrunner[test]
+interpreter = python



More information about the checkins mailing list