Commit ec836ba 1 parent f0ac622 commit ec836ba Copy full SHA for ec836ba
File tree 5 files changed +13
-81
lines changed
5 files changed +13
-81
lines changed Original file line number Diff line number Diff line change 6
6
- PLONE=4.0
7
7
- PLONE=4.1
8
8
- PLONE=4.2
9
+ - PLONE=4.3
9
10
matrix :
10
11
exclude :
11
12
- python : 2.7
@@ -14,6 +15,8 @@ matrix:
14
15
env : PLONE=4.1
15
16
- python : 2.6
16
17
env : PLONE=4.2
18
+ - python : 2.6
19
+ env : PLONE=4.3
17
20
before_install :
18
21
- pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz
19
22
- sudo apt-get install -qq libxml2-dev libxslt-dev
Original file line number Diff line number Diff line change 1
1
[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
7
3
parts = download install test
8
-
9
4
package-name = quintagroup.seoptimizer
10
5
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
-
32
6
[versions]
33
7
zc.buildout = 1.6.3
Original file line number Diff line number Diff line change 1
1
[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
7
3
parts = download install test
8
-
9
4
package-name = quintagroup.seoptimizer
10
5
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
-
32
6
[versions]
33
7
zc.buildout = 1.6.3
Original file line number Diff line number Diff line change 1
1
[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
7
3
parts = download install test
8
-
9
4
package-name = quintagroup.seoptimizer
10
5
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
-
32
6
[versions]
33
7
zc.buildout = 1.6.3
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments