forked from IMIO/imio.media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
64 lines (53 loc) · 1.16 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
https://raw.githubusercontent.com/IMIO/buildout.jenkins/master/qa.cfg
package-name = imio.media
package-extras = [test]
index = http://devpi.imio.be/root/imio/+simple/
allow-hosts +=
devpi.imio.be
parts +=
robot
omelette
# plonesite
translation
[instance]
eggs +=
Pillow
zcml +=
imio.media:testing.zcml
[code-analysis]
directory = ${buildout:directory}/src
[test]
eggs += ipdb
[plonesite]
recipe = collective.recipe.plonesite
site-replace = True
site-id = Plone
profiles = imio.media:testing
[translation]
recipe = infrae.i18nextract
packages = imio.media
output = ${buildout:directory}/src/imio/media/locales
output-package = imio.media
domain = imio.media
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[reload, debug]
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[versions]
setuptools = 38.2.4
zc.buildout = 2.10.0
python-oembed = 0.2.5-imio
collective.oembed = 2.0.2+imio1
eea.facetednavigation = 9.18
plone.app.robotframework =
selenium =
robotframework =
robotsuite =