-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravis.cfg
32 lines (29 loc) · 991 Bytes
/
travis.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
27
28
29
30
31
32
[buildout]
extends = buildout.cfg
plone-series = 5.0
parts = download install test
eggs-directory = buildout-cache/eggs
download-cache = buildout-cache/downloads
basename = Plone-${versions:Plone}-UnifiedInstaller
filename = ${buildout:basename}.tgz
allow-hosts =
*.google.com
*.googlecode.com
*.plone.org
*.python.org
docutils.sourceforge.net
effbot.org
prdownloads.sourceforge.net
[download]
recipe = hexagonit.recipe.download
url = https://launchpad.net/plone/${buildout:plone-series}/${versions:Plone}/+download/${buildout:filename}
[install]
recipe = collective.recipe.cmd
on_install = true
cmds = tar xjf ${download:location}/${buildout:basename}/packages/buildout-cache.tar.bz2
[versions]
# avoids CalledProcessError; see: https://github.com/collective/collective.recipe.cmd/issues/7
collective.recipe.cmd = 0.6
# Where is 0.6c11 coming from?!
setuptools = 18.7.1
extends = https://raw.githubusercontent.com/EDRN/PublicPortal/master/etc/travis-base.cfg