forked from collective/collective.importexport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
87 lines (69 loc) · 1.64 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
[buildout]
extends = http://dist.plone.org/release/5.0/versions.cfg
extensions = mr.developer
parts =
instance
test
code-analysis
releaser
i18ndude
omelette
robot
develop =
.
[sources]
collective.z3cform.datagridfield = git [email protected]:collective/collective.z3cform.datagridfield.git
transmogrify.dexterity = git [email protected]:collective/transmogrify.dexterity.git
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
event-log-level = debug
eggs =
Plone
Pillow
# wildcard.media
collective.importexport [test]
rapido.plone
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/collective
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-complexity = 15
flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding
pre-commit-hook = False
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
defaults = ['-s', 'collective.importexport', '--auto-color', '--auto-progress']
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework[debug,ride,reload]
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[versions]
# Don't use a relased version of collective.importexport
collective.importexport =
#setuptools = 18.1
zc.buildout = 2.4.1
zc.recipe.egg = 2.0.2
flake8 = 2.3.0
i18ndude = 3.4.0
robotframework = 2.8.4
robotframework-ride = 1.3
robotframework-selenium2library = 1.6.0
robotsuite = 1.6.1
selenium = 2.46.0
diazo = 1.2.2