This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.contact.core/travis.cfg

44 lines
822 B
INI

[buildout]
extends =
http://dist.plone.org/release/4.2.2/versions.cfg
sources.cfg
extensions =
mr.developer
parts =
download
install
test
# network speedup
eggs-directory = buildout-cache/eggs
download-cache = buildout-cache/downloads
socket-timeout = 3
allow-hosts =
*.python.org
launchpad.net
develop = .
[download]
recipe = hexagonit.recipe.download
url = https://launchpad.net/plone/4.2/4.2.2/+download/Plone-4.2.2-UnifiedInstaller.tgz
[install]
recipe = collective.recipe.cmd
on_install = true
cmds = tar jxvf ${download:location}/Plone-4.2.2-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
[versions]
zc.buildout = 1.6.3
[test]
recipe = zc.recipe.testrunner
eggs =
Pillow
collective.contact.content [test]
defaults = ['--auto-color', '--auto-progress']