Skip to content

Commit a6e2b37

Browse files
committed
restrict MacOS tests in travis
1 parent e54b4f9 commit a6e2b37

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Diff for: .travis.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,7 @@ jobs:
2323
- name: "Python 3.8 on Linux"
2424
os: linux
2525
python: 3.8
26-
- name: "Python 3.6 on macOS 10.13"
27-
os: osx
28-
osx_image: xcode9.4
29-
env: PYTHON=36
30-
language: shell # 'language: python' is an error on Travis CI macOS
31-
- name: "Python 3.7 on macOS 10.13"
32-
os: osx
33-
osx_image: xcode9.4
34-
env: PYTHON=37
35-
language: shell # 'language: python' is an error on Travis CI macOS
36-
- name: "Python 3.6 on macOS 10.14.6"
37-
os: osx
38-
osx_image: xcode11.4
39-
env: PYTHON=36
40-
language: shell # 'language: python' is an error on Travis CI macOS
41-
- name: "Python 3.6 on macOS 10.14.6"
26+
- name: "Python 3.7 on macOS 10.14.6"
4227
os: osx
4328
osx_image: xcode11.4
4429
env: PYTHON=37

0 commit comments

Comments
 (0)