summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 4ed495f73ef927fca5f0dbf67727f2f4ec54283e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
parts =
    test
    test-wo-zope-security
develop = .

[test]
recipe = zc.recipe.testrunner
eggs =
    zope.proxy[testing]

[test-wo-zope-security]
recipe = zc.recipe.testrunner
eggs =
    zope.proxy