Skip to content

Commit

Permalink
fix travis to test 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 1, 2019
1 parent 5547ef2 commit 9ed4625
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
language: python
dist: xenial
python: 2.7
sudo: false
cache:
pip: true
directories:
- eggs
env:
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1
matrix:
allow_failures:
include:
- env: PLONE_VERSION=5.0
python: "2.7"
- env: PLONE_VERSION=5.1
python: "2.7"
- env: PLONE_VERSION=5.2
python: "2.7"
- env: PLONE_VERSION=5.2
python: "3.7"
fast_finish: true
install:
- sed -ie "s#test-5.0#test-$PLONE_VERSION#" buildout.cfg
- pip install setuptools==33.1.1
- pip install zc.buildout==2.8.0
- buildout bootstrap .
- bin/buildout annotate
- bin/buildout -Nv install test
- pip install -r https://dist.plone.org/release/$PLONE_VERSION-latest/requirements.txt
- buildout annotate
- buildout -Nv install test
script: bin/test

0 comments on commit 9ed4625

Please sign in to comment.