File: buildout.cfg

package info (click to toggle)
panoramisk 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 238
  • sloc: python: 1,171; makefile: 135
file content (20 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[buildout]
newest = false
extensions = gp.vcsdevelop
#vcs-extends-develop =
parts = eggs
develop = .

[eggs]
recipe = zc.recipe.egg
eggs =
    Sphinx
    panoramisk
interpreter = py

[tests]
recipe = zc.recipe.egg
eggs =
    panoramisk[test]
dependent-scripts = true
scripts = nosetests