-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdevel.cfg
More file actions
68 lines (54 loc) · 1.4 KB
/
devel.cfg
File metadata and controls
68 lines (54 loc) · 1.4 KB
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
[buildout]
extends = buildout.cfg
parts +=
test
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 pushurl=git@github.com:euphorie/Euphorie.git branch=main
NuPlone = git https://github.com/euphorie/NuPlone.git pushurl=git@github.com:euphorie/NuPlone.git branch=master
tno.euphorie = git https://github.com/euphorie/tno.euphorie.git pushurl=git@github.com:euphorie/tno.euphorie.git branch=master
osha.oira = git https://github.com/euphorie/osha.oira.git pushurl=git@github.com:euphorie/osha.oira.git branch=main
[instance]
debug-mode = on
environment-vars +=
CHAMELEON_DEBUG 1
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress', '-s', 'euphorie']
eggs =
Euphorie [tests]
Pillow
[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