summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-09-10 10:28:29 (GMT)
committerGitHub <noreply@github.com>2019-09-10 10:28:29 (GMT)
commite45b217ae0e83cfb367e9769cae59b9a5505f9b4 (patch)
treea2d6282f5251d103b06d5d5b21743678597ad0c5 /.travis.yml
parent8e7ff6aba372d1faa3afdd9d62ad7e999dbc58d2 (diff)
downloadcpython-e45b217ae0e83cfb367e9769cae59b9a5505f9b4.zip
cpython-e45b217ae0e83cfb367e9769cae59b9a5505f9b4.tar.gz
cpython-e45b217ae0e83cfb367e9769cae59b9a5505f9b4.tar.bz2
Remove macOS tests from Travis. (GH-15809)
Azure runs macOS, so we don't need Travis to do it.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index ffc4d82..98b3339 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