Commit e17d5745 authored by Jason Madden's avatar Jason Madden

Use macpython for all Mac builds.

Ref #58
parent acf75537
...@@ -16,21 +16,21 @@ matrix: ...@@ -16,21 +16,21 @@ matrix:
python: pypy python: pypy
- os: linux - os: linux
python: pypy3 python: pypy3
# It's important to use 'macpython' builds to get the least
# restrictive wheel tag. It's also important to avoid
# 'homebrew 3' because it floats instead of being a specific version.
- os: osx - os: osx
language: generic language: generic
env: TERRYFY_PYTHON='homebrew 2' env: TERRYFY_PYTHON='macpython 2.7'
- os: osx - os: osx
language: generic language: generic
env: TERRYFY_PYTHON='macpython 3.4' env: TERRYFY_PYTHON='macpython 3.4'
- os: osx - os: osx
language: generic language: generic
env: TERRYFY_PYTHON='macpython 3.5' env: TERRYFY_PYTHON='macpython 3.5'
# Homebrew only accepts the major version number and
# automatically rolls out new versions. At this writing, that
# is 3.6.0.
- os: osx - os: osx
language: generic language: generic
env: TERRYFY_PYTHON='homebrew 3' env: TERRYFY_PYTHON='macpython 3.6.0'
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone https://github.com/MacPython/terryfy; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone https://github.com/MacPython/terryfy; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source terryfy/travis_tools.sh; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source terryfy/travis_tools.sh; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment