Browse Source
Remove macOS tests from Travis. (GH-15809)
Azure runs macOS, so we don't need Travis to do it.
pull/16079/head
Benjamin Peterson
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
10 deletions
-
.travis.yml
|
|
|
@ -73,16 +73,6 @@ matrix: |
|
|
|
- make -C Doc/ PYTHON=../python venv |
|
|
|
script: |
|
|
|
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest |
|
|
|
- name: "Mac OS X tests" |
|
|
|
os: osx |
|
|
|
language: c |
|
|
|
compiler: clang |
|
|
|
# Testing under macOS is optional until testing stability has been demonstrated. |
|
|
|
env: OPTIONAL=true |
|
|
|
before_install: |
|
|
|
# Python 3 is needed for Argument Clinic and multissl |
|
|
|
- HOMEBREW_NO_AUTO_UPDATE=1 brew install xz python3 |
|
|
|
- export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH |
|
|
|
- name: "Test code coverage (Python)" |
|
|
|
os: linux |
|
|
|
language: c |
|
|
|
|