[Python-checkins] Remove macOS tests from Travis. (GH-15809)

Miss Islington (bot) webhook-mailer at python.org
Tue Sep 10 06:54:52 EDT 2019


https://github.com/python/cpython/commit/7d41e400d6acc799f49e754998f1963630252e4f
commit: 7d41e400d6acc799f49e754998f1963630252e4f
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-09-10T03:54:48-07:00
summary:

Remove macOS tests from Travis. (GH-15809)


Azure runs macOS, so we don't need Travis to do it.
(cherry picked from commit e45b217ae0e83cfb367e9769cae59b9a5505f9b4)

Co-authored-by: Benjamin Peterson <benjamin at python.org>

files:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index 1d470728a536..519dd9c65279 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,16 +73,6 @@ matrix:
         - make -C Doc/ PYTHON=../python venv
       script:
         xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
-    - name: "Mac OS X tests"
-      os: osx
-      language: c
-      compiler: clang
-      # Testing under macOS is optional until testing stability has been demonstrated.
-      env: OPTIONAL=true
-      before_install:
-        # Python 3 is needed for Argument Clinic and multissl
-        - HOMEBREW_NO_AUTO_UPDATE=1 brew install xz python3
-        - export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH
     - name: "Test code coverage (Python)"
       os: linux
       language: c



More information about the Python-checkins mailing list