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

Benjamin Peterson webhook-mailer at python.org
Tue Sep 10 06:28:33 EDT 2019


https://github.com/python/cpython/commit/e45b217ae0e83cfb367e9769cae59b9a5505f9b4
commit: e45b217ae0e83cfb367e9769cae59b9a5505f9b4
branch: master
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2019-09-10T11:28:29+01:00
summary:

Remove macOS tests from Travis. (GH-15809)

Azure runs macOS, so we don't need Travis to do it.

files:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index ffc4d82c39d9..98b33393f52c 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