Merge pull request #142 from hugovk/fix-config

Fix Travis CI config
This commit is contained in:
Andrew Murray 2020-03-20 06:13:55 +11:00 committed by GitHub
commit 86dbcc6ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,24 +13,22 @@ env:
- secure: "ky76goiK6n4k8V9/uG340GSFVwmjE7G76l9xbhhGZkcph4eTwN5VRM/tqyJvlNs/HZOhKSILfyGBeaG8qf7gHmwr0touPT+EjWn4TNV8iyVj75ZshgRE9DuaIAfdH89gW2m+BmvBDyzi0JE3KVCu55NcGm8h7Ecl6nmQ/c2iROY="
language: python
# Default Python version is usually 2.7
# Default Python version is usually 3.6
python: 3.5
dist: xenial
services: docker
osx_image: xcode9.3
matrix:
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
jobs:
include:
- name: "3.5 macOS"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.5
- name: "3.6 macOS"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.6
@ -56,11 +54,13 @@ matrix:
- name: "3.7 macOS"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.7
- name: "3.8 macOS"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.8
@ -86,12 +86,14 @@ matrix:
- name: "3.5 macOS latest"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.5
- LATEST="true"
- name: "3.6 macOS latest"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.6
@ -122,12 +124,14 @@ matrix:
- name: "3.7 macOS latest"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.7
- LATEST="true"
- name: "3.8 macOS latest"
os: osx
osx_image: xcode9.3
language: generic
env:
- MB_PYTHON_VERSION=3.8