summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: ebf3811e8ae7dd19cb629e275cde2c57ed094e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
develop = . 
parts = test test-compile
find-links = http://download.zope.org/distribution/

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

[test-compile]
recipe = zc.recipe.testrunner
eggs =
    zope.i18n
    python-gettext