summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 7c0cff4708bf547d5064aa77f2f316a3dee9aafb (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[test]

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