forked from plone/plone.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
45 lines (40 loc) · 921 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
[buildout]
extends = https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
package-name = plone.api
package-extras = [test]
test-eggs = Pillow
parts +=
omelette
scripts
code-analysis
# network speedup
socket-timeout = 5
allow-hosts =
*.python.org
docutils.sourceforge.net
prdownloads.sourceforge.net
effbot.org
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[scripts]
recipe = z3c.recipe.scripts
dependent-scripts = true
interpreter = zopepy
eggs = plone.api [develop]
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/plone/api
flake8-max-complexity = 20
utf8-header = True
clean-lines = True
imports = True
pep3101 = False
debug-statements = True
return-status-codes = True
[versions]
Sphinx = 1.1.3
zc.buildout = 1.7.1
zc.recipe.egg = 1.3.2
zope.pagetemplate = 3.6.3
plone.recipe.codeanalysis = 1.0b5