Commit ea00488e authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #58 from zopefoundation/py36-mac

Python 3.6 Mac
parents 5f7941a4 acf75537
...@@ -24,7 +24,13 @@ matrix: ...@@ -24,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
...@@ -33,6 +39,7 @@ before_install: ...@@ -33,6 +39,7 @@ before_install:
install: install:
- pip install -e . - pip install -e .
script: script:
- python --version
- python setup.py -q test -q - python setup.py -q test -q
notifications: notifications:
email: false email: false
......
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