travis: Disable Mac OS builds for now

This commit is contained in:
Yury Selivanov 2016-08-02 19:34:40 -04:00
parent d2f5d0c5db
commit e7ff8579b7
1 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ env:
matrix: matrix:
include: include:
- os: osx # - os: osx
osx_image: xcode7.2 # OS X 10.11 # osx_image: xcode7.2 # OS X 10.11
# Travis macOS env does not support Python yet, # # Travis macOS env does not support Python yet,
# so we have to set things up manually in install.sh. # # so we have to set things up manually in install.sh.
env: PYTHON_VERSION=3.5.2 # env: PYTHON_VERSION=3.5.2
PIP_USER=1 # PIP_USER=1
- os: linux - os: linux
dist: trusty dist: trusty