Commit acf75537 authored by Jason Madden's avatar Jason Madden

Try macpython for 3.5, it doesn't seem to support 3.6. But homebrew doesn't support 3.5, only 3.6

parent 05665fc5
...@@ -2,9 +2,6 @@ language: python ...@@ -2,9 +2,6 @@ language: python
sudo: false sudo: false
matrix: matrix:
include: include:
- os: osx
language: generic
env: TERRYFY_PYTHON='homebrew 3.6'
- os: linux - os: linux
python: 2.7 python: 2.7
- os: linux - os: linux
...@@ -27,7 +24,13 @@ matrix: ...@@ -27,7 +24,13 @@ matrix:
env: TERRYFY_PYTHON='macpython 3.4' env: TERRYFY_PYTHON='macpython 3.4'
- os: osx - os: osx
language: generic language: generic
env: TERRYFY_PYTHON='homebrew 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
language: generic
env: TERRYFY_PYTHON='homebrew 3'
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