File: buildout.cfg

package info (click to toggle)
zope.testrunner 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: python: 6,732; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
[buildout]
develop = .
parts = test python

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

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