Skip to content

Commit

Permalink
Merge df95fa2 into 1d4d683
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 19, 2018
2 parents 1d4d683 + df95fa2 commit a907499
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .travis.yml
@@ -1,5 +1,7 @@
language: python
python: "2.7"
python:
- "2.7"
- "3.6"
sudo: required
services:
- docker
Expand All @@ -11,10 +13,24 @@ env:
global:
- secure: "tj9kO7Uyn7AY2Z6zhdOggLSYheaD8e+qKA7ZXvdWTrL2HtPAtnNJK8keQGj1JLQyy6bRfoOCt51aL8+Lc0fzcACaLFpAPjleSLtUChphPOh/dqTu1QX5oL0SxZ94B4ZC5+qfaSAQHMwbiiWUW0us9QtJpxQQmiJUekqiTdQDNEo="
- secure: "j06un+j2gHjlGfg+xMcvKG2osf1HSzBq/cPPNIonnjGQY3GJfT/YRzYnHe5LJPPt7IJDD7hAEPentRJ4C0zP66U6gcQ2HjWPsMIcvzlgnXoT2QaaCVkMA9YS4WOsN0C5iY/R64GjFwR7J+/bgeG64XvfhpuQ/UBP2+U68PqSBtM="
matrix:
- PLONE_VERSION=4.3.x
- PLONE_VERSION=5.0.x
- PLONE_VERSION=5.1.x
matrix:
include:
- python: "2.7"
env: PLONE_VERSION=4.3.x
- python: "2.7"
env: PLONE_VERSION=5.0.x
- python: "2.7"
env: PLONE_VERSION=5.1.x
- python: "2.7"
env: PLONE_VERSION=5.2.x
- python: "3.6"
env: PLONE_VERSION=5.2.x
exclude:
- python: "2.7"
- python: "3.6"
allow_failures:
- python: "3.6"
env: PLONE_VERSION=5.2.x
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- mkdir $HOME/.buildout
Expand Down
5 changes: 5 additions & 0 deletions plone-5.2.x.cfg
@@ -0,0 +1,5 @@
[buildout]
extends =
base.cfg
http://dist.plone.org/release/5.1.2/versions.cfg
versions.cfg

0 comments on commit a907499

Please sign in to comment.