forked from collective/sc.social.like
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
50 lines (43 loc) · 1.04 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
[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 = sc.social.like
package-extras = [develop, test]
test-eggs = Pillow
parts +=
code-analysis
createcoverage
i18ndude
node
omelette
rebuild_i18n-sh
zopepy
[code-analysis]
directory = ${buildout:directory}/sc/social/like
csslint = True
csslint-bin = ${buildout:directory}/bin/csslint
deprecated-aliases = true
flake8-extensions =
flake8-blind-except
flake8-coding
flake8-debugger
flake8-quotes
flake8-ignore = E501
flake8-max-complexity = 11
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[versions]
plone.recipe.codeanalysis = 2.0b1
# use latest version of setuptools
setuptools =
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy