Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

set MB_PYTHON_OSX_VER=10.9 #58

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,17 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.5
- MB_PYTHON_OSX_VER=10.9
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
- MB_PYTHON_OSX_VER=10.9
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.7
- MB_PYTHON_OSX_VER=10.9

before_install:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down