forked from odoo-brazil/odoo-developer-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
common.cfg
52 lines (40 loc) · 1021 Bytes
/
common.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]
extensions =
mr.developer
parts = robot
openerp
travis-sphinx
robotframework
versions = versions
sources = sources
auto-checkout = *
[sources]
anybox.recipe.odoo = git https://github.com/leorochael/anybox.recipe.odoo.git branch=leorochael-drop-pychart
robot = git https://github.com/brain-tec/odoo-robot-framework.git egg=false full-path=robot rev=master
[robot]
recipe = z3c.recipe.mkdir
paths = robot
[openerp]
recipe = anybox.recipe.odoo:server
version = git https://github.com/odoo/odoo.git odoo 9.0 depth=1
openerp_scripts = nosetests=nosetests command-line-options=-d
with_devtools = True
[versions]
pyparsing = 2.1.10
[travis-sphinx]
recipe = zc.recipe.egg
eggs =
sphinx
sphinx_bootstrap_theme
travis-sphinx
scripts =
travis-sphinx=travis-sphinx
[robotframework]
recipe = zc.recipe.egg
eggs =
robotframework
robotframework-selenium2library
robotframework-databaselibrary
entry-points =
robotframework=robot:run_cli
libdoc=robot.libdoc:libdoc_cli