-
Notifications
You must be signed in to change notification settings - Fork 20
/
base.cfg
95 lines (84 loc) · 1.71 KB
/
base.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
90
91
92
93
94
95
[buildout]
extends=
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
sources.cfg
package-extras = [test, pytest]
package-name = collective.ckeditor
package-src = src/collective/ckeditor
develop = .
always-checkout = force
auto-checkout =
collective.plonefinder
collective.quickupload
sources-dir = devel
package-min-coverage = 80
parts +=
test
copy_ckeditor_code
ckeditor
omelette
release
extensions =
mr.developer
show-picked-versions = true
common-eggs =
Plone
Pillow
test-eggs =
${buildout:package-name} ${buildout:package-extras}
[code-analysis]
pre-commit-hook = False
[copy_ckeditor_code]
recipe=zc.recipe.egg
eggs = collective.ckeditor
[ckeditor]
recipe = plone.recipe.command
update-command = ${ckeditor:command}
command =
${buildout:directory}/bin/copy_ckeditor_code --force
[omelette]
recipe = collective.recipe.omelette
eggs = ${pytest:eggs}
[instance]
http-address = 8080
eggs =
${buildout:common-eggs}
${buildout:package-name}
extra-paths =
[release]
recipe=zc.recipe.egg
eggs = ${instance:eggs}
collective.dist
zest.releaser
zest.pocompile
scripts =
fullrelease
postrelease
lasttagdiff
prerelease
release
longtest
rst2html.py
rst2latex.py
rst2newlatex.py
rst2pseudoxml.py
rst2s5.py
rst2xml.py
rstpep2html.py
[test]
recipe = zc.recipe.testrunner
defaults = ['-v', '-s', '${buildout:package-name}']
eggs =
${buildout:common-eggs}
${buildout:test-eggs}
[pytest]
recipe = zc.recipe.egg
eggs = collective.ckeditor [test, pytest]
relative-paths = true
entry-points = pytest=pytest:main
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework