Skip to content

Commit

Permalink
Merge 592085f into c7680ef
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jan 23, 2019
2 parents c7680ef + 592085f commit f9821bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
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
allow_failures:
- PLONE_VERSION=5.2.x

cache:
pip: true
directories:
- $HOME/buildout-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:
- pip install -q docutils # for setup.py check -r -s
- bin/buildout -Nc travis.cfg

script:
- bin/check-manifest
- python setup.py check -r -s
Expand Down

0 comments on commit f9821bd

Please sign in to comment.