buildout.cfg 292 Bytes
Newer Older
1
[buildout]
2
develop = zc.recipe.egg_ zc.recipe.testrunner .
3 4
parts = test py
find-links = http://download.zope.org/distribution
5

6 7 8 9
[py]
recipe = zc.recipe.egg
eggs = zc.buildout
interpreter = py
10

11 12
[test]
recipe = zc.recipe.testrunner
13
eggs = 
14 15 16
  zc.buildout 
  zc.recipe.egg 
  zc.recipe.testrunner