-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
73 lines (61 loc) · 1.34 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[buildout]
index = https://pypi.python.org/simple/
parts = checkopenbgpd test flake8
show-picked-versions = true
develop = .
newest = false
package = checkopenbgpd
[checkopenbgpd]
recipe = zc.recipe.egg
eggs = ${buildout:package} [test]
interpreter = py
[test]
recipe = pbp.recipe.noserunner
eggs =
${buildout:package} [test]
coverage
defaults =
--with-doctest
--doctest-extension=rst
--doctest-options=+ELLIPSIS,+NORMALIZE_WHITESPACE
--with-coverage
--cover-package=${buildout:package}
--nocapture
--nologcapture
--cover-erase
[flake8]
recipe = zc.recipe.egg
eggs = flake8
entry-points =
flake8=flake8.main:main
[docs]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs/source
build = ${buildout:directory}/docs
eggs = ${buildout:package} [test]
[versions]
coverage = 3.7.1
pbp.recipe.noserunner = 0.2.6
zc.recipe.egg = 2.0.1
mock = 1.0.1
flake8 = 2.3.0
mccabe = 0.3
pep8 = 1.6.2
pyflakes = 0.8.1
zc.buildout = 2.5.2
zest.releaser = 3.55
# Required by:
# checkopenbgpd==0.1.dev0
nagiosplugin = 1.2.2
# Required by:
# pbp.recipe.noserunner==0.2.6
nose = 1.3.4
Jinja2 = 2.7.3
MarkupSafe = 0.23
Pygments = 2.0.2
Sphinx = 1.2.3
collective.recipe.sphinxbuilder = 0.8.2
# Required by:
# collective.recipe.sphinxbuilder==0.8.2
docutils = 0.12
setuptools = 33.1.1