File: buildout.cfg

package info (click to toggle)
zope.interface 4.1.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,160 kB
  • ctags: 2,633
  • sloc: python: 10,379; xml: 2,158; ansic: 1,242; makefile: 143
file content (14 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[buildout]
develop = .
parts = test python

[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
       zope.event

[python]
recipe = zc.recipe.egg
eggs = zope.interface
       zope.event
interpreter = python