[Python-checkins] bpo-31355: Travis CI: remove the macOS job (#3367)

Ned Deily webhook-mailer at python.org
Tue Sep 5 21:45:29 EDT 2017


https://github.com/python/cpython/commit/2bc83afb30850f682487ffa560c9e3663788baaa
commit: 2bc83afb30850f682487ffa560c9e3663788baaa
branch: 2.7
author: Victor Stinner <victor.stinner at gmail.com>
committer: Ned Deily <nad at python.org>
date: 2017-09-05T18:44:40-07:00
summary:

bpo-31355: Travis CI: remove the macOS job (#3367)

files:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index 571dd045e2d..6a64ec62ab8 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
       python: 2.7



More information about the Python-checkins mailing list