8000 Remove macOS tests from Travis. (GH-15809) · python/cpython@7d41e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d41e40

Browse files
Remove macOS tests from Travis. (GH-15809)
Azure runs macOS, so we don't need Travis to do it. (cherry picked from commit e45b217) Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent 18fa272 commit 7d41e40

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)
0