diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-10 10:54:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 10:54:48 (GMT) |
commit | 7d41e400d6acc799f49e754998f1963630252e4f (patch) | |
tree | 8b4af80b7cc696d382aed1b8eaad086d39283076 /.travis.yml | |
parent | 18fa272601a1fa2c5a978b27c0c8dfd7c3ca90af (diff) | |
download | cpython-7d41e400d6acc799f49e754998f1963630252e4f.zip cpython-7d41e400d6acc799f49e754998f1963630252e4f.tar.gz cpython-7d41e400d6acc799f49e754998f1963630252e4f.tar.bz2 |
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@python.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 1d47072..519dd9c 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 |