buildout.cfg 1.01 KB
[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