-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuildout.cfg
38 lines (33 loc) · 1.51 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
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
extensions = mr.developer
auto-checkout =
openprocurement.api
openprocurement.relocation.core
openprocurement.tender.openua
openprocurement.tender.openuadefense
openprocurement.tender.openeu
openprocurement.tender.limited
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
index = https://pypi.python.org/simple
[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=a105191787427142_transfer_token
openprocurement.relocation.core = git https://github.com/openprocurement/openprocurement.relocation.core.git
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=a105191787427142_transfer_token
openprocurement.tender.openuadefense = git https://github.com/openprocurement/openprocurement.tender.openuadefense.git branch=a105191787427142_transfer_token
openprocurement.tender.openeu = git https://github.com/openprocurement/openprocurement.tender.openeu.git branch=a105191787427142_transfer_token
openprocurement.tender.limited = git https://github.com/openprocurement/openprocurement.tender.limited.git branch=a105191787427142_transfer_token
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openprocurement.relocation.tenders [test]
openprocurement.tender.openeu
openprocurement.tender.openua
openprocurement.tender.openuadefense
openprocurement.relocation.core
openprocurement.api
nose