Skip to content
Snippets Groups Projects
Commit ea9c31df3249 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

Merge pull request #255 from cclauss/patch-1

Travis CI: Upgrade to Python 3.8
Branches
No related tags found
No related merge requests found
language: python language: python
dist: xenial # required for Python >= 3.7
cache: cache:
directories: directories:
- "$HOME/.cache/pip" - "$HOME/.cache/pip"
...@@ -15,4 +14,5 @@ ...@@ -15,4 +14,5 @@
- python: 3.5 - python: 3.5
- python: 3.6 - python: 3.6
- python: 3.7 - python: 3.7
- python: 3.8
- python: pypy - python: pypy
...@@ -18,3 +18,2 @@ ...@@ -18,3 +18,2 @@
- python: pypy - python: pypy
dist: trusty
- python: pypy3 - python: pypy3
...@@ -20,5 +19,4 @@ ...@@ -20,5 +19,4 @@
- python: pypy3 - python: pypy3
dist: trusty
- python: 3.7 - python: 3.7
services: services:
- docker - docker
...@@ -31,5 +29,5 @@ ...@@ -31,5 +29,5 @@
os: osx os: osx
language: objective-c language: objective-c
env: PYENV_VERSION=3.5.5 env: PYENV_VERSION=3.5.5
- name: Python 3.6.5 on macOS - name: Python 3.7.4 on macOS
os: osx os: osx
...@@ -35,2 +33,3 @@ ...@@ -35,2 +33,3 @@
os: osx os: osx
osx_image: xcode11.2
language: objective-c language: objective-c
...@@ -36,5 +35,5 @@ ...@@ -36,5 +35,5 @@
language: objective-c language: objective-c
env: PYENV_VERSION=3.6.5 env: PYENV_VERSION=3.7.4
install: install:
- "./.travis/install.sh" - "./.travis/install.sh"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment