Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update buildout.cfg and travis.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Apr 14, 2020
1 parent 139f329 commit 6d1cd65
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 38 deletions.
66 changes: 28 additions & 38 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[buildout]
parts =
lxml
instance
test
omelette
i18ndude
update_translations
write_code_headers

extends =
http://dist.plone.org/release/4.3.19/versions.cfg

Expand All @@ -17,15 +8,21 @@ find-links =
http://dist.plone.org/release/4.3.19
http://dist.plone.org/thirdparty

eggs =
Plone
Pillow
parts =
instance
i18ndude
update_translations
write_code_headers
lxml
plone.reload
test
omelette

eggs =
senaite.lims
senaite.panic
plone.reload
i18ndude
Products.PrintingMailHost
lxml

zcml =

Expand All @@ -44,46 +41,23 @@ develop = .
senaite.api = git git://github.com/senaite/senaite.api.git pushurl=git@github.com:senaite/senaite.api.git branch=master
senaite.core = git git://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=master
senaite.core.listing = git git://github.com/senaite/senaite.core.listing.git pushurl=git@github.com:senaite/senaite.core.listing.git branch=master
senaite.core.spotlight = git git://github.com/senaite/senaite.core.spotlight.git pushurl=git@github.com:senaite/senaite.core.spotlight.git branch=master
senaite.core.supermodel = git git://github.com/senaite/senaite.core.supermodel.git pushurl=git@github.com:senaite/senaite.core.supermodel.git branch=master
senaite.impress = git git://github.com/senaite/senaite.impress.git pushurl=git@github.com:senaite/senaite.impress.git branch=master
senaite.lims = git git://github.com/senaite/senaite.lims.git pushurl=git@github.com:senaite/senaite.lims.git branch=master
senaite.panic = git git://github.com/senaite/senaite.panic.git pushurl=git@github.com:senaite/senaite.panic.git branch=master

[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==4.2.1
force = false
static-build = true

[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 127.0.0.1:8080
eggs =
senaite.health
${buildout:eggs}
zcml =
senaite.health
${buildout:zcml}
environment-vars =
zope_i18n_compile_mo_files true

[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==4.2.1
force = false
static-build = true

[test]
recipe = zc.recipe.testrunner
eggs =
senaite.health [test]
defaults = ['--auto-color', '--auto-progress']

[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}

[i18ndude]
unzip = true
recipe = zc.recipe.egg
Expand All @@ -101,6 +75,22 @@ output = ${buildout:directory}/bin/write_code_headers
input = ${buildout:directory}/templates/write_code_headers.py.in
mode = 755

[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml==4.2.1
force = false
static-build = true

[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
senaite.health [test]

[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}

[versions]
setuptools =
zc.buildout =
4 changes: 4 additions & 0 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
extends =
buildout.cfg

parts =
instance
test

eggs =
senaite.core
senaite.health
Expand Down

0 comments on commit 6d1cd65

Please sign in to comment.