]> granicus.if.org Git - python/commitdiff
bpo-31355: Travis CI: remove the macOS job (#3367)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Sep 2017 00:57:14 +0000 (02:57 +0200)
committerNed Deily <nad@python.org>
Wed, 6 Sep 2017 01:41:28 +0000 (18:41 -0700)
.travis.yml

index 4a507c995e3333b4fa42088d64a1e29ba1238a6a..031ba792cbbe649c35bda4687e96c0e44dffda65 100644 (file)
@@ -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: 3.6