File: buildout.cfg

package info (click to toggle)
python-persistent 6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,536; ansic: 2,849; makefile: 24
file content (15 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
develop = . 
parts =
    test
    scripts

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

[scripts]
recipe = zc.recipe.egg
eggs = persistent [test]
interpreter = py