summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 0830b4d379bb7a596e19fd18bb223bbf0e0bbe4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[buildout]
develop = .
parts = test python

[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
       zope.event

[python]
recipe = zc.recipe.egg
eggs = zope.interface
       zope.event
interpreter = python