]> granicus.if.org Git - python/commitdiff
Remove macOS tests from Travis. (GH-15809)
authorBenjamin Peterson <benjamin@python.org>
Tue, 10 Sep 2019 10:28:29 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 10:28:29 +0000 (11:28 +0100)
Azure runs macOS, so we don't need Travis to do it.

.travis.yml

index ffc4d82c39d9527f592383750788d7fd6bb54296..98b33393f52c060cc65cbf772022b327345978b1 100644 (file)
@@ -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