forked from collective/collective.geo.leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
52 lines (41 loc) · 886 Bytes
/
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
[buildout]
package-name = collective.geo.leaflet
package-extras = [test]
extends =
https://raw.github.com/collective/buildout.plonetest/master/plone-4.3.x.cfg
auto-checkout = *
eggs +=
Pillow
ipdb
extensions +=
mr.developer
parts +=
omelette
test
robot
show-picked-versions = true
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[test]
recipe = zc.recipe.testrunner
eggs =
${buildout:eggs}
${buildout:package-name} ${buildout:package-extras}
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[ride,reload]
[versions]
setuptools =
zc.buildout =
zc.recipe.egg = 2.0.0
plone.app.robotframework = 0.9.4
robotframework =
robotframework-ride =
robotframework-selenium2library =
robotsuite =
selenium =