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

[test]
recipe = zc.recipe.testrunner
eggs = zope.configuration [test]

[python]
recipe = zc.recipe.egg
eggs = zope.configuration
interpreter = python