mirror of https://github.com/MagicStack/uvloop.git
travis: Disable Mac OS builds for now
This commit is contained in:
parent
d2f5d0c5db
commit
e7ff8579b7
12
.travis.yml
12
.travis.yml
|
@ -10,12 +10,12 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode7.2 # OS X 10.11
|
||||
# Travis macOS env does not support Python yet,
|
||||
# so we have to set things up manually in install.sh.
|
||||
env: PYTHON_VERSION=3.5.2
|
||||
PIP_USER=1
|
||||
# - os: osx
|
||||
# osx_image: xcode7.2 # OS X 10.11
|
||||
# # Travis macOS env does not support Python yet,
|
||||
# # so we have to set things up manually in install.sh.
|
||||
# env: PYTHON_VERSION=3.5.2
|
||||
# PIP_USER=1
|
||||
|
||||
- os: linux
|
||||
dist: trusty
|
||||
|
|
Loading…
Reference in New Issue