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