Skip to content

Commit e45b217

Browse files
authored
Remove macOS tests from Travis. (GH-15809)
Azure runs macOS, so we don't need Travis to do it.
1 parent 8e7ff6a commit e45b217

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@ matrix:
7373
- make -C Doc/ PYTHON=../python venv
7474
script:
7575
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
76-
- name: "Mac OS X tests"
77-
os: osx
78-
language: c
79-
compiler: clang
80-
# Testing under macOS is optional until testing stability has been demonstrated.
81-
env: OPTIONAL=true
82-
before_install:
83-
# Python 3 is needed for Argument Clinic and multissl
84-
- HOMEBREW_NO_AUTO_UPDATE=1 brew install xz python3
85-
- export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH
8676
- name: "Test code coverage (Python)"
8777
os: linux
8878
language: c

0 commit comments

Comments
 (0)