forked from plone/plone.app.multilingual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-plone-4.x.cfg
111 lines (80 loc) · 2.03 KB
/
test-plone-4.x.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[buildout]
package-name = plone.app.multilingual
package-extras = [test]
extensions =
mr.developer
auto-checkout =
archetypes.multilingual
archetypes.testcase
versions = versions
sources-dir = extras
versions = versions
always-checkout = true
eggs =
Pillow
archetypes.multilingual
archetypes.testcase
test-eggs =
Pillow
archetypes.multilingual[test]
parts +=
zopepy
i18ndude
releaser
ohcount
coverage
coverage-test
checkversions
omelette
code-analysis
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[releaser]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
[ohcount]
recipe = zc.recipe.egg
eggs = ohconvert
[coverage]
recipe = zc.recipe.egg
eggs = z3c.coverage
[coverage-test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout]
[test]
# Override defaults to test all our eggs, see test-4.x.x for details:
# https://github.com/collective/buildout.plonetest/blob/master
eggs =
${buildout:package-name} ${buildout:package-extras}
${buildout:test-eggs}
defaults = ['--exit-with-status', '--auto-color', '--auto-progress',
'--verbose', '--ndiff']
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/devel
[versions]
coverage = 3.4
ohconvert = 1.0a1
zc.buildout = 1.6.3
distribute = 0.6.38
collective.xmltestreport = 1.3.0
plone.app.relationfield = 1.2.1
# overrides the one fixed by ztk versions.cfg
# zc.recipe.egg = 1.3.2
[sources]
archetypes.multilingual = git git://github.com/plone/archetypes.multilingual.git [email protected]:plone/archetypes.multilingual.git
archetypes.testcase = git git://github.com/sneridagh/archetypes.testcase.git [email protected]:sneridagh/archetypes.testcase.git