File: buildout.cfg

package info (click to toggle)
zope.publisher 3.12.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 596 kB
  • ctags: 969
  • sloc: python: 4,776; makefile: 3; sh: 1
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[buildout]
develop = .
parts = test

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