-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
43 lines (36 loc) · 941 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.0.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 = briefy.plone
package-extras = [test]
parts +=
createcoverage
i18ndude
node
omelette
rebuild_i18n-sh
[instance]
eggs +=
Products.PloneHotfix20161129
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/briefy/plone
clean-lines = True
multiprocessing = True
pre-commit-hook = True
return-status-codes = True
flake8-ignore = D001,E501,I001,P001,T000
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[versions]
# use latest version of coverage
coverage =
flake8-coding = 1.2.2
setuptools = 25.2.0
Products.PloneHotfix20161129 = 1.2