buildout.cfg 293 Bytes
Newer Older
1
[buildout]
2
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
3
develop = .
4
parts = interpreter test
5

6 7 8
[versions]
Acquisition =

9 10 11 12 13
[interpreter]
recipe = zc.recipe.egg
interpreter = python
eggs = Acquisition

14 15 16
[test]
recipe = zc.recipe.testrunner
eggs = Acquisition