Skip to content

Commit

Permalink
Fixed buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Oct 11, 2017
1 parent 0426556 commit ca97a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ parts = test
develop = .
extensions = mr.developer
find-links = http://op:[email protected]/op/
auto-checkout = openprocurement.api openprocurement.tender.core openprocurement.tender.belowthreshold openprocurement.tender.openua
auto-checkout = openprocurement.api openprocurement.tender.core openprocurement.tender.belowthreshold openprocurement.tender.openua barbecue

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

barbecue = git https://github.com/openprocurement/barbecue.git branch=production

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

0 comments on commit ca97a24

Please sign in to comment.