-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbuildout.cfg
26 lines (24 loc) · 1.01 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
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
extensions = mr.developer
auto-checkout = openprocurement.api openprocurement.tender.core openprocurement.tender.belowthreshold openprocurement_client
find-links = http://op:[email protected]/op/
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.belowthreshold = git https://github.com/openprocurement/openprocurement.tender.belowthreshold.git branch=master
openprocurement_client = git https://github.com/openprocurement/openprocurement.client.python.git
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openprocurement.contracting.api [test]
openprocurement.tender.core
openprocurement.tender.belowthreshold
openprocurement.api [test]
openprocurement_client
nose