Skip to content

Commit

Permalink
Merge pull request #663 from plone/py37
Browse files Browse the repository at this point in the history
Test py 3.7 on Travis.
  • Loading branch information
tisto authored Jan 20, 2019
2 parents 48bb26b + 354f270 commit 4b227ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.6"
- "3.7"
dist: xenial
sudo: required
services:
Expand All @@ -27,9 +28,12 @@ matrix:
env: PLONE_VERSION=5.2.x
- python: "3.6"
env: PLONE_VERSION=5.2.x
- python: "3.7"
env: PLONE_VERSION=5.2.x
exclude:
- python: "2.7"
- python: "3.6"
- python: "3.7"
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- mkdir $HOME/.buildout
Expand Down

0 comments on commit 4b227ec

Please sign in to comment.