File: buildout.cfg

package info (click to toggle)
zope.component 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: python: 5,346; makefile: 132
file content (20 lines) | stat: -rw-r--r-- 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[buildout]
develop = .
parts =
    test
    test_c_hookable
    python
unzip = true

[test]
recipe = zc.recipe.testrunner
eggs = zope.component [test,zcml,security,persistentregistry]

[test_c_hookable]
recipe = zc.recipe.testrunner
eggs = zope.component [test,zcml,security,persistentregistry,hook]

[python]
recipe = zc.recipe.egg
interpreter = py
eggs = ${test:eggs}