Commit 545f6ab4 authored by Hanno Schlichting's avatar Hanno Schlichting

Include allpy as done in trunk

parent 6b19d914
[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 @@ eggs =
python-gettext
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy]
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
interpreter = allpy
scripts = allpy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment