[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/buildout.cfg pin versions

Jean-Francois Roche jfroche at jfroche.be
Mon Oct 18 10:27:08 EDT 2010


Log message for revision 117714:
  pin versions
  fix source reference
  set py as interpreter for compatibility with virtualenv
  
  

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/buildout.cfg

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/buildout.cfg
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/buildout.cfg	2010-10-18 14:23:03 UTC (rev 117713)
+++ Sandbox/gotcha/five.taskqueue/trunk/buildout.cfg	2010-10-18 14:27:08 UTC (rev 117714)
@@ -7,7 +7,7 @@
 sources-dir = devel
 
 [sources]
-z3c.taskqueue = svn svn+ssh://gotcha@svn.zope.org/repos/main/Sandbox/gotcha/z3c.taskqueue
+z3c.taskqueue = svn svn+ssh://svn.zope.org/repos/main/Sandbox/gotcha/z3c.taskqueue/trunk
 
 [instance]
 recipe = plone.recipe.zope2instance
@@ -42,7 +42,7 @@
 
 [py]
 recipe = zc.recipe.egg
-interpreter = python
+interpreter = py
 eggs = ${test:eggs}
 
 [test-coverage]
@@ -71,4 +71,7 @@
 zope.site = 3.6.0
 zope.schema = 3.6.1
 zope.interface = 3.5.2
+zope.testing = 3.9.5
 mr.developer = 1.7 
+zc.recipe.testrunner = 1.2.0
+zope.app.testing = 3.6.0



More information about the checkins mailing list