Skip to content

Commit

Permalink
Fixed buildout config for master
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Oct 24, 2016
1 parent 5ace9cb commit 0027225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
auto-checkout = openprocurement.api openprocurement.tender.openua openprocurement.tender.openeu

[sources]
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=production
openprocurement.tender.openeu = git https://github.com/openprocurement/openprocurement.tender.openeu.git branch=production
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=production
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=master
openprocurement.tender.openeu = git https://github.com/openprocurement/openprocurement.tender.openeu.git branch=master
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=master

[test]
recipe = zc.recipe.egg:scripts
Expand Down

0 comments on commit 0027225

Please sign in to comment.