forked from bikalims/bika.lims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
51 lines (43 loc) · 835 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
# This buildout can be used to obtain a complete test system from scratch:
#
# virtualevnv --no-site-packages .
# source bin/activate
# python bootstrap.py
# bin/buildout
# bin/instance start
#
[buildout]
extends = http://dist.plone.org/release/4.3.4/versions.cfg
versions = versions
develop = .
parts =
lxml
omelette
test
robot
eggs =
bika.lims
i18ndude
lxml
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==2.3.6
force = false
static-build = true
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
bika.lims [test]
[robot]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
plone.app.robotframework
[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}