File: buildout.cfg

package info (click to toggle)
zope.browser 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: python: 157; makefile: 2; sh: 1
file content (12 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[buildout]
develop = . 
parts = test py

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

[py]
recipe = zc.recipe.egg
eggs = zope.browser
interpreter = py