diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-09-06 02:57:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 02:57:14 +0200 |
commit | 501b324d3a940d26e0021a38aae8d896a30fbcff (patch) | |
tree | 47664d0063598be13c4ccdc249689c114b98fa07 /.travis.yml | |
parent | bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) (diff) | |
download | cpython-501b324d3a940d26e0021a38aae8d896a30fbcff.tar.gz cpython-501b324d3a940d26e0021a38aae8d896a30fbcff.tar.bz2 cpython-501b324d3a940d26e0021a38aae8d896a30fbcff.zip |
bpo-31355: Travis CI: remove the macOS job (#3367)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index c4ae89cc2f5..148c0eb3f96 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. |