-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildout.cfg
91 lines (66 loc) · 1.48 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[buildout]
extends =
base.cfg
extensions =
buildout.sanitycheck
mr.developer
buildout-user = brian.duncan
abi-tag-eggs = true
test-packages +=
uwosh.oie.studyabroadstudent [test]
find-links +=
http://dist.plone.org/release/5.2.2
develop = .
parts =
instance
test
code-analysis
createcoverage
releaser
i18ndude
omelette
robot
# index = https://pypi.org/simple
[instance]
<= instance_base
recipe = plone.recipe.zope2instance
http-address = 8080
eggs +=
Plone
Pillow
uwosh.oie.studyabroadstudent
# plone.app.workflowmanager
plone.app.debugtoolbar
collective.impersonate
collective.easyform
plone.app.changeownership
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/uwosh
flake8-exclude = docs,*.egg.,omelette
flake8-max-complexity = 23
return-status-codes = True
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
# recipe = zc.recipe.testrunner
# eggs = ${instance:eggs}
recipe = collective.xmltestreport
eggs = ${buildout:test-packages}
defaults = ['--auto-color', '--auto-progress', '--ignore_dir=.git', '--ignore_dir=bower_components', '--ignore_dir=node_modules']
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework
[releaser]
recipe = zc.recipe.egg
eggs =
zest.releaser
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude