buildout.cfg
1.01 KB
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
[buildout]
extensions = mr.developer
auto-checkout = *
parts =
mkdirs
scripts
[mkdirs]
recipe = z3c.recipe.mkdir
paths =
${buildout:directory}/var/log
[scripts]
recipe = zc.recipe.egg
eggs =
op_robot_tests
openprocurement_client
robotframework-lint
robotframework-debuglibrary
interpreter = python_interpreter
[remotes]
gh=git://github.com/
gh_push=git@github.com:
[sources]
robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git
fake-factory = git ${remotes:gh}joke2k/faker.git
op_robot_tests = git ${remotes:gh}openprocurement/robot_tests.git pushurl=${remotes:gh_push}openprocurement/robot_tests.git
openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git
restkit = git ${remotes:gh}openprocurement/restkit.git
rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data
[versions]
robotframework = 2.8.7