-
Notifications
You must be signed in to change notification settings - Fork 12
/
buildout.cfg
23 lines (21 loc) · 929 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
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
extensions = mr.developer
find-links = http://op:[email protected]/op/
auto-checkout = *
index = https://pypi.python.org/simple
[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=master
openprocurement.tender.core = git https://github.com/openprocurement/openprocurement.tender.core.git branch=master
openprocurement.tender.openeu = git https://github.com/openprocurement/openprocurement.tender.openeu.git branch=master
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=master
openprocurement.tender.belowthreshold = git https://github.com/openprocurement/openprocurement.tender.belowthreshold.git branch=master
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openprocurement.tender.esco [test]
nose