Skip to content

Commit d0df65b

Browse files
committed
Disable CI on macOS/Python3.5 (TLSv1.2 required by pip is not available)
1 parent a8d22d3 commit d0df65b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ matrix:
1313
- os: linux
1414
language: generic
1515
env: USE_PYPY_RELEASE_VERSION=5.9-beta
16-
- os: osx
17-
language: generic
18-
env: MACPYTHON=3.5.4
16+
# Python3.5 on MacOS doesn't currently support TLSv1.2 needed to use pip :(
17+
# http://pyfound.blogspot.fr/2017/01/time-to-upgrade-your-python-tls-v12.html
18+
# - os: osx
19+
# language: generic
20+
# env: MACPYTHON=3.5.4
1921
- os: osx
2022
language: generic
2123
env: MACPYTHON=3.6.3

0 commit comments

Comments
 (0)