Commit 881b0dd5 authored by jim's avatar jim

Added part for py script. Specify find-links so we can find

zope.testing.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69987 62d5b8a3-27da-0310-9561-8e5933582275
parent 6dd70740
[buildout]
develop = zc.recipe.egg_ zc.recipe.testrunner
parts = test
parts = test py
find-links = http://download.zope.org/distribution
# prevent slow access to cheeseshop:
index = http://download.zope.org
[py]
recipe = zc.recipe.egg
eggs = zc.buildout
interpreter = py
[test]
recipe = zc.recipe.testrunner
......
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