From cc5687dddffe4c06ae314a764412a3e5c6abc903 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 9 Sep 2019 17:57:12 +0100 Subject: Remove macOS tests from Travis. Azure runs macOS, so we don't need Travis to do it. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffc4d82c39..98b33393f5 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 -- cgit v1.2.1