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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue