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

This commit is contained in:
Victor Stinner 2017-09-06 02:57:14 +02:00 committed by Ned Deily
parent 3b9d4444fe
commit 11453524ed

View 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