summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 70de7bfc7ecf1cf0b42b6582e03ea3bdedfefe83 (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.i18nmessageid

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