Skip to content

Commit

Permalink
Test against Plone 4.3/5.0/5.1/5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jan 23, 2019
1 parent b40f523 commit 6c76f04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ language: python
python:
- 2.7

env:
matrix:
- PLONE_VERSION=4.3.x
- PLONE_VERSION=5.0.x
- PLONE_VERSION=5.1.x
- PLONE_VERSION=5.2.x

cache:
pip: true
directories:
Expand All @@ -11,6 +18,7 @@ cache:
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- virtualenv .
- sed -i "s/5.1.x/${PLONE_VERSION}/" travis.cfg
- bin/pip install --upgrade pip setuptools==38.2.4 zc.buildout

install:
Expand Down

0 comments on commit 6c76f04

Please sign in to comment.