Commit a5b07b99 authored by Jason Madden's avatar Jason Madden

Test macpython 3.6

parent 5f7941a4
...@@ -2,6 +2,9 @@ language: python ...@@ -2,6 +2,9 @@ language: python
sudo: false sudo: false
matrix: matrix:
include: include:
- os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.6'
- os: linux - os: linux
python: 2.7 python: 2.7
- os: linux - os: linux
...@@ -33,6 +36,7 @@ before_install: ...@@ -33,6 +36,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