[Zope-Checkins] SVN: Zope/branches/2.12/buildout.cfg Include allpy as done in trunk
Hanno Schlichting
hannosch at hannosch.eu
Sat Oct 10 08:39:30 EDT 2009
Log message for revision 104997:
Include allpy as done in trunk
Changed:
U Zope/branches/2.12/buildout.cfg
-=-
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg 2009-10-10 12:37:00 UTC (rev 104996)
+++ Zope/branches/2.12/buildout.cfg 2009-10-10 12:39:30 UTC (rev 104997)
@@ -1,34 +1,39 @@
[buildout]
-develop =
- .
+develop = .
parts =
test
scripts
zopepy
docs
alltests
+ allpy
extends = versions.cfg
unzip = true
+
[test]
recipe = zc.recipe.testrunner
eggs = Zope2
+
[scripts]
recipe = zc.recipe.egg:scripts
eggs = Zope2
+
[zopepy]
recipe = zc.recipe.egg
eggs = Zope2
interpreter = zopepy
scripts = zopepy
+
[docs]
recipe = zc.recipe.egg
eggs = sphinx
+
[alltests]
recipe = zc.recipe.testrunner
eggs =
@@ -106,3 +111,10 @@
python-gettext
defaults = ['--module', '!^(zope[.]app)[.]']
+
+
+[allpy]
+recipe = zc.recipe.egg
+eggs = ${alltests:eggs}
+interpreter = allpy
+scripts = allpy
More information about the Zope-Checkins
mailing list