Skip to content

Commit

Permalink
Use Python 3.7 instead of 3.6 on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 14, 2019
1 parent 5c1d7fd commit e32568d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- 2.7.15
- 3.6
- 3.7
cache:
pip: true
directories:
Expand All @@ -13,11 +13,11 @@ env:
- PLONE_VERSION=5.2.x
matrix:
exclude:
- python: 3.6
- python: 3.7
env: PLONE_VERSION=4.3.x
- python: 3.6
- python: 3.7
env: PLONE_VERSION=5.0.x
- python: 3.6
- python: 3.7
env: PLONE_VERSION=5.1.x
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
Expand Down

0 comments on commit e32568d

Please sign in to comment.