summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-09-06 00:57:14 (GMT)
committerNed Deily <nad@python.org>2017-09-06 01:41:28 (GMT)
commit11453524ed26ee449275c32bedfd86ef19dd91ee (patch)
tree8e7d0160c0bc7b8212762278f64165d8d750f017 /.travis.yml
parent3b9d4444fe631117430dee8ef8a2f205b4b450d5 (diff)
downloadcpython-11453524ed26ee449275c32bedfd86ef19dd91ee.zip
cpython-11453524ed26ee449275c32bedfd86ef19dd91ee.tar.gz
cpython-11453524ed26ee449275c32bedfd86ef19dd91ee.tar.bz2
bpo-31355: Travis CI: remove the macOS job (#3367)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a507c9..031ba79 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: 3.6