Skip to content

Commit

Permalink
Added instance to buildout part for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed May 26, 2017
1 parent 8a2b458 commit e063009
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ versions = versions
develop = .

parts =
instance
lxml
omelette
test
Expand All @@ -23,6 +24,18 @@ eggs =
i18ndude
lxml

zcml =

[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
eggs =
${buildout:eggs}
zcml =
${buildout:zcml}
environment-vars =
zope_i18n_compile_mo_files true

[i18ndude]
unzip = true
recipe = zc.recipe.egg
Expand Down

0 comments on commit e063009

Please sign in to comment.