forked from IMIO/cpskin.minisite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
101 lines (82 loc) · 1.94 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[buildout]
extends =
http://dist.plone.org/release/4.3.18/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.website/4.3.15.x/versions-base.cfg
https://raw.githubusercontent.com/IMIO/buildout.website/4.3.15.x/sources.cfg
#allow-picked-versions = false
show-picked-versions = true
index = http://devpi.imio.be/root/imio/+simple/
allow-hosts +=
devpi.imio.be
versions = versions
develop = .
extensions =
mr.developer
auto-checkout =
parts =
instance
test
code-analysis
createcoverage
omelette
robot
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
Pillow
cpskin.minisite [test]
zcml =
cpskin.minisite
environment-vars =
PLONE_CSRF_DISABLED True
[test]
recipe = zc.recipe.testrunner
eggs =
${instance:eggs}
zcml =
${instance:zcml}
initialization =
os.environ['TZ'] = 'UTC'
defaults = ['-s', 'cpskin.minisite', '--auto-color', '--auto-progress']
environment = testenv
[testenv]
zope_i18n_compile_mo_files = true
PLONE_CSRF_DISABLED = True
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework[debug,reload]
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/cpskin
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-complexity = 15
# flake8-ignore = E501
flake8-ignore = Q000,W391,P101,E501,W503
return-status-codes = False
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[versions]
cpskin.minisite =
setuptools = 33.1.1
zc.buildout = 2.9.5
pycodestyle = 2.4.0
Pygments = 2.0.2
plone.app.robotframework = 1.1
robotframework-ride = 1.5.2.1
robotframework = 3.0
robotframework-selenium2library = 1.7.4
robotframework-selenium2screenshots = 0.7.0
robotsuite = 1.7.0
selenium = 3.4.3
sphinxcontrib-robotframework = 0.5.1
six = 1.11.0
pycodestyle = 2.5.0