summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 011d17d..0ef1f70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
language: python
-dist: xenial # required for Python >= 3.7
cache:
directories:
- "$HOME/.cache/pip"
@@ -15,10 +14,9 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
+ - python: 3.8
- python: pypy
- dist: trusty
- python: pypy3
- dist: trusty
- python: 3.7
services:
- docker
@@ -31,10 +29,11 @@ matrix:
os: osx
language: objective-c
env: PYENV_VERSION=3.5.5
- - name: Python 3.6.5 on macOS
+ - name: Python 3.7.4 on macOS
os: osx
+ osx_image: xcode11.2
language: objective-c
- env: PYENV_VERSION=3.6.5
+ env: PYENV_VERSION=3.7.4
install:
- "./.travis/install.sh"
script: