-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildout.cfg
60 lines (51 loc) · 1.19 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
package-name = collective.upload
package-extras = [test]
parts +=
code-analysis
createcoverage
i18ndude
node
omelette
rebuild_i18n-sh
robot
staticresources
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective/upload
clean-lines = True
clean-lines-exclude = ${:directory}/browser/static
flake8-ignore = E501,P001,T000
multiprocessing = True
return-status-codes = True
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[robot]
recipe = zc.recipe.egg
eggs =
plone.app.robotframework
${test:eggs}
scripts =
robot
robot-server
[versions]
# use latest version of coverage
coverage =
plone.app.jquery = 1.8.3
[node]
recipe = gp.recipe.node
version = 8.11.2
npms = npm yarn
scripts = npm yarn
[staticresources]
recipe = sc.recipe.staticresources
name = collective.upload
short_name = upload