Skip to content

Commit

Permalink
Merge pull request #2 from radarhere/fix-config
Browse files Browse the repository at this point in the history
Move osx_image into the individual jobs
  • Loading branch information
hugovk committed Mar 19, 2020
2 parents 0c6f7ff + 8a8ba9d commit 55d3b8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ language: python
python: 3.5
dist: xenial
services: docker
osx_image: xcode9.3

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
Expand All @@ -53,11 +54,13 @@ jobs:

- 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
Expand All @@ -83,12 +86,14 @@ jobs:

- 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
Expand Down Expand Up @@ -119,12 +124,14 @@ jobs:

- 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
Expand Down

0 comments on commit 55d3b8f

Please sign in to comment.