-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
89 lines (77 loc) · 2.27 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
[buildout]
extends =
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/themepreview.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-4.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = ps.diazo.realia
package-extras = [test]
eggs +=
Products.PrintingMailHost
test-eggs += Pillow
robot_tests_folder = ${buildout:directory}/src/ps/diazo/realia/tests/robot
parts +=
i18ndude
node
rebuild_docs-sh
rebuild_i18n-sh
releaser
sphinxbuilder
testnorobot
updatedocsimages
zptlint
extensions += mr.developer
sources-dir = checkouts
auto-checkout = *
always-checkout = true
[code-analysis]
clean-lines = True
csslint = True
csslint-bin = ${buildout:bin-directory}/csslint
deprecated-aliases = True
directory = ${buildout:directory}/src/ps/diazo/realia
find-untranslated = True
flake8-extensions =
flake8-blind-except
flake8-coding
flake8-debugger
flake8-deprecated
flake8-pep3101
flake8-plone-api
flake8-plone-hasattr
flake8-print
flake8-quotes
flake8-string-format
flake8-todo
flake8-ignore = E501
flake8-max-complexity = 12
i18ndude-bin = ${buildout:bin-directory}/i18ndude
jshint = True
jshint-bin = ${buildout:bin-directory}/jshint
pep3101 = True
pre-commit-hook = True
prefer-single-quotes = True
utf8-header = True
zptlint = True
zptlint-bin = ${buildout:bin-directory}/zptlint
[instance]
eggs +=
${buildout:package-name}[testfixture]
[sources]
plone.mls.core = git https://github.com/propertyshelf/plone.mls.core.git
plone.mls.listing = git https://github.com/propertyshelf/plone.mls.listing.git
ps.plone.mls = git https://github.com/propertyshelf/ps.plone.mls.git
ps.plone.mlstiles = git https://github.com/propertyshelf/ps.plone.mlstiles.git
[versions]
collective.cover = 1.0a10
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 1.1.1
plone.app.drafts = 1.0a2
plone.app.jquery = 1.8.3
plone.app.multilingual = 1.2.3
plone.app.testing = 4.2.4
plone.app.tiles = 1.0.1
plone.tiles = 1.2
webcouturier.dropdownmenu = 2.3.1