-
Notifications
You must be signed in to change notification settings - Fork 2
/
buildout.cfg
49 lines (39 loc) · 947 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
[buildout]
develop = .
parts = py.test releaser devpython sphinxpython sphinxbuilder pyflakes
versions = versions
unzip = true
extensions = mr.developer
auto-checkout = grokker
sources-dir = dev
[sources]
grokker = git [email protected]:faassen/grokker.git
[versions]
[py.test]
recipe = z3c.recipe.scripts
eggs =
crom [test]
pytest
pytest-cov
[releaser]
recipe = z3c.recipe.scripts
eggs = zest.releaser
[devpython]
recipe = z3c.recipe.scripts:interpreter
eggs = crom
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/doc
build = ${buildout:directory}/doc/_build
interpreter = ${buildout:directory}/bin/sphinxpython
[sphinxpython]
recipe = z3c.recipe.scripts:interpreter
eggs = crom
sphinxcontrib_cheeseshop
[pyflakes]
recipe = z3c.recipe.scripts
eggs = pyflakes
setuptools
entry-points = pyflakes=pkg_resources:run_script
arguments = 'pyflakes', 'pyflakes'
scripts = pyflakes