-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
51 lines (42 loc) · 1.1 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
[buildout]
extends =
http://svn.plone.org/svn/collective/buildout/plonetest/test-4.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
package-name = collective.dynamicvocab
package-extras = [test]
versions = versions
parts +=
omelette
i18ndude
rebuild_i18n-sh
scripts
[versions]
plone.app.testing=4.2.2
[test]
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[code-analysis]
directory = ${buildout:directory}/src/collective/dynamicvocab
pre-commit-hook = True
flake8-ignore = E501
flake8-max-complexity = 12
# CSSLINT for later
csslint = False
csslint-bin = bin/csslint
# JSHINT for later
jshint = False
jshint-bin = bin/jshint
debug-statements = True
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[rebuild_i18n-sh]
recipe = collective.recipe.template
url = https://raw.github.com/collective/buildout.plonetest/master/templates/rebuild_i18n.sh.in
output = ${buildout:directory}/bin/rebuild_i18n.sh
mode = 755
[scripts]
recipe = zc.recipe.egg
eggs = zest.releaser