-
Notifications
You must be signed in to change notification settings - Fork 6
/
devel.cfg
80 lines (64 loc) · 1.74 KB
/
devel.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
[buildout]
extends = buildout.cfg
parts +=
test
code-analysis
createcoverage
pythontools
sphinx
extensions = mr.developer
sources = sources
auto-checkout =
# NuPlone
always-checkout = true
allow-picked-versions = true
[sources]
Euphorie = git https://github.com/euphorie/Euphorie.git [email protected]:euphorie/Euphorie.git branch=main
NuPlone = git https://github.com/euphorie/NuPlone.git [email protected]:euphorie/NuPlone.git branch=master
tno.euphorie = git https://github.com/euphorie/tno.euphorie.git [email protected]:euphorie/tno.euphorie.git branch=master
osha.oira = git https://github.com/euphorie/osha.oira.git [email protected]:euphorie/osha.oira.git branch=main
[instance]
debug-mode = on
environment-vars +=
CHAMELEON_DEBUG 1
[test]
recipe = collective.xmltestreport
defaults = ['--auto-color', '--auto-progress', '-s', 'euphorie']
eggs =
Euphorie [tests]
Pillow
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/euphorie
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-line-length = 88
flake8-ignore = E203,W503,W504,Q000,C812,C901,T000
return-status-codes = True
pre-commit-hook = False
pre-push-hook = False
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[pythontools]
recipe = zc.recipe.egg
interpreter = pythontools
dependent-scripts = true
eggs =
${test:eggs}
i18ndude
[sphinx]
recipe = zc.recipe.egg
eggs =
Euphorie [sphinx]
sphinx
Pillow
scripts =
sphinx-build
[versions]
createcoverage = 1.5
flake8 = 6.0.0
mccabe = 0.7.0
plone.recipe.codeanalysis = 3.0.1
pycodestyle = 2.10.0
pyflakes = 3.0.1
repoze.sphinx.autointerface = 0.8