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

Include allpy as done in trunk

parent 6b19d914
[buildout] [buildout]
develop = develop = .
.
parts = parts =
test test
scripts scripts
zopepy zopepy
docs docs
alltests alltests
allpy
extends = versions.cfg extends = versions.cfg
unzip = true unzip = true
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = Zope2 eggs = Zope2
[scripts] [scripts]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
eggs = Zope2 eggs = Zope2
[zopepy] [zopepy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = Zope2 eggs = Zope2
interpreter = zopepy interpreter = zopepy
scripts = zopepy scripts = zopepy
[docs] [docs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = sphinx eggs = sphinx
[alltests] [alltests]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
...@@ -106,3 +111,10 @@ eggs = ...@@ -106,3 +111,10 @@ eggs =
python-gettext python-gettext
defaults = ['--module', '!^(zope[.]app)[.]'] 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