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

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

[test-all]
recipe = zc.recipe.testrunner
eggs = zope.i18n [zcml,compile]
defaults = ['--all']