From: Victor Stinner Date: Wed, 6 Sep 2017 00:57:14 +0000 (+0200) Subject: bpo-31355: Travis CI: remove the macOS job (#3367) X-Git-Tag: v3.7.0a1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501b324d3a940d26e0021a38aae8d896a30fbcff;p=python bpo-31355: Travis CI: remove the macOS job (#3367) --- diff --git a/.travis.yml b/.travis.yml index c4ae89cc2f..148c0eb3f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,15 +25,6 @@ matrix: # compiler here and the other to run the coverage build. Clang is preferred # in this instance for its better error messages. env: TESTING=cpython - - os: osx - language: c - compiler: clang - # Testing under macOS is optional until testing stability has been demonstrated. - env: OPTIONAL=true - before_install: - - brew install openssl xz - - export CPPFLAGS="-I$(brew --prefix openssl)/include" - - export LDFLAGS="-L$(brew --prefix openssl)/lib" - os: linux language: python # Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.