-
Notifications
You must be signed in to change notification settings - Fork 4
/
buildout.cfg
59 lines (51 loc) · 933 Bytes
/
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
[buildout]
develop =
.
fixtures/mypackage
fixtures/mydevpackage
parts =
py.test
releaser
devpython
sphinxpython
sphinxbuilder
pyflakes
zestreleaser
versions = versions
unzip = true
[versions]
setuptools =
zc.buildout =
[py.test]
recipe = zc.recipe.egg
eggs =
fanstatic
fanstatic[test]
pytest
mypackage
mydevpackage
pytest-cov
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[devpython]
recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_}
eggs = fanstatic
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/doc
build = ${buildout:directory}/doc/_build
interpreter = ${buildout:directory}/bin/sphinxpython
[sphinxpython]
recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_}
eggs = fanstatic
[pyflakes]
recipe = zc.recipe.egg
eggs = pyflakes
[zestreleaser]
recipe = zc.recipe.egg
eggs =
fanstatic
zest.releaser