Skip to content

Commit ec836ba

Browse files
committed
Updated tests config
1 parent f0ac622 commit ec836ba

5 files changed

+13
-81
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- PLONE=4.0
77
- PLONE=4.1
88
- PLONE=4.2
9+
- PLONE=4.3
910
matrix:
1011
exclude:
1112
- python: 2.7
@@ -14,6 +15,8 @@ matrix:
1415
env: PLONE=4.1
1516
- python: 2.6
1617
env: PLONE=4.2
18+
- python: 2.6
19+
env: PLONE=4.3
1720
before_install:
1821
- pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz
1922
- sudo apt-get install -qq libxml2-dev libxslt-dev

test-4.0.x.cfg

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
[buildout]
2-
extends = http://svn.plone.org/svn/collective/buildout/plonetest/test-4.0.x.cfg http://good-py.appspot.com/release/plone/4.0.9
3-
4-
eggs-directory = buildout-cache/eggs
5-
download-cache = buildout-cache/downloads
6-
2+
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.0.x.cfg http://good-py.appspot.com/release/plone.app.registry/1.0b2?plone=4.0.9
73
parts = download install test
8-
94
package-name = quintagroup.seoptimizer
105

11-
allow-hosts =
12-
*.plone.org
13-
*.python.org
14-
*.zope.org
15-
docutils.sourceforge.net
16-
effbot.org
17-
prdownloads.sourceforge.net
18-
19-
plone-series = 4.0
20-
basename = Plone-${versions:Plone}-UnifiedInstaller
21-
filename = ${buildout:basename}.tgz
22-
23-
[download]
24-
recipe = hexagonit.recipe.download
25-
url = https://launchpad.net/plone/${buildout:plone-series}/${versions:Plone}/+download/${buildout:filename}
26-
27-
[install]
28-
recipe = collective.recipe.cmd
29-
on_install = true
30-
cmds = tar jxvf ${download:location}/${buildout:basename}/packages/buildout-cache.tar.bz2 1>/dev/null
31-
326
[versions]
337
zc.buildout = 1.6.3

test-4.1.x.cfg

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
[buildout]
2-
extends = http://svn.plone.org/svn/collective/buildout/plonetest/test-4.1.x.cfg
3-
4-
eggs-directory = buildout-cache/eggs
5-
download-cache = buildout-cache/downloads
6-
2+
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.1.x.cfg
73
parts = download install test
8-
94
package-name = quintagroup.seoptimizer
105

11-
allow-hosts =
12-
*.plone.org
13-
*.python.org
14-
*.zope.org
15-
docutils.sourceforge.net
16-
effbot.org
17-
prdownloads.sourceforge.net
18-
19-
plone-series = 4.1
20-
basename = Plone-${versions:Plone}-UnifiedInstaller
21-
filename = ${buildout:basename}.tgz
22-
23-
[download]
24-
recipe = hexagonit.recipe.download
25-
url = https://launchpad.net/plone/${buildout:plone-series}/${versions:Plone}/+download/${buildout:filename}
26-
27-
[install]
28-
recipe = collective.recipe.cmd
29-
on_install = true
30-
cmds = tar jxvf ${download:location}/${buildout:basename}/packages/buildout-cache.tar.bz2 1>/dev/null
31-
326
[versions]
337
zc.buildout = 1.6.3

test-4.2.x.cfg

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
[buildout]
2-
extends = http://svn.plone.org/svn/collective/buildout/plonetest/test-4.2.x.cfg
3-
4-
eggs-directory = buildout-cache/eggs
5-
download-cache = buildout-cache/downloads
6-
2+
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.2.x.cfg
73
parts = download install test
8-
94
package-name = quintagroup.seoptimizer
105

11-
allow-hosts =
12-
*.plone.org
13-
*.python.org
14-
*.zope.org
15-
docutils.sourceforge.net
16-
effbot.org
17-
prdownloads.sourceforge.net
18-
19-
plone-series = 4.2
20-
basename = Plone-${versions:Plone}-UnifiedInstaller
21-
filename = ${buildout:basename}.tgz
22-
23-
[download]
24-
recipe = hexagonit.recipe.download
25-
url = https://launchpad.net/plone/${buildout:plone-series}/${versions:Plone}/+download/${buildout:filename}
26-
27-
[install]
28-
recipe = collective.recipe.cmd
29-
on_install = true
30-
cmds = tar jxvf ${download:location}/${buildout:basename}/packages/buildout-cache.tar.bz2 1>/dev/null
31-
326
[versions]
337
zc.buildout = 1.6.3

test-4.3.x.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[buildout]
2+
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
3+
parts = download install test
4+
package-name = quintagroup.seoptimizer
5+
6+
[versions]
7+
zc.buildout = 1.6.3

0 commit comments

Comments
 (0)