-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdevel.cfg
61 lines (47 loc) · 1.06 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
[buildout]
extends = buildout.cfg
parts +=
test
createcoverage
robot
pythontools
extensions = mr.developer
sources = sources
auto-checkout =
Euphorie
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
[instance]
debug-mode = on
environment-vars +=
CHAMELEON_DEBUG 1
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress', '-s', 'osha.oira']
eggs =
Euphorie
osha.oira [tests]
Pillow
psycopg2-binary
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[robot]
recipe = zc.recipe.egg
interpreter = robopy
eggs =
${test:eggs}
plone.app.robotframework[debug,ride,reload]
[pythontools]
recipe = zc.recipe.egg
interpreter = pythontools
dependent-scripts = true
eggs =
${test:eggs}
lingua
Babel
[versions]