We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f5d0c commit e7ff857Copy full SHA for e7ff857
.travis.yml
@@ -10,12 +10,12 @@ env:
10
11
matrix:
12
include:
13
- - os: osx
14
- osx_image: xcode7.2 # OS X 10.11
15
- # Travis macOS env does not support Python yet,
16
- # so we have to set things up manually in install.sh.
17
- env: PYTHON_VERSION=3.5.2
18
- 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
19
20
- os: linux
21
dist: trusty
0 commit comments