File: buildout.cfg

package info (click to toggle)
zope.configuration 4.4.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 756 kB
  • sloc: python: 5,231; makefile: 128
file content (12 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
[buildout]
develop = .
parts = test python

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

[python]
recipe = zc.recipe.egg
eggs = zope.configuration
interpreter = python