Skip to content

Commit

Permalink
Try macpython for 3.5, it doesn't seem to support 3.6. But homebrew d…
Browse files Browse the repository at this point in the history
…oesn't support 3.5, only 3.6
  • Loading branch information
jamadden committed Jan 13, 2017
1 parent 05665fc commit acf7553
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: python
sudo: false
matrix:
include:
- os: osx
language: generic
env: TERRYFY_PYTHON='homebrew 3.6'
- os: linux
python: 2.7
- os: linux
Expand All @@ -27,7 +24,13 @@ matrix:
env: TERRYFY_PYTHON='macpython 3.4'
- os: osx
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:
- 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
Expand Down

0 comments on commit acf7553

Please sign in to comment.