We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7ff6a commit e45b217Copy full SHA for e45b217
.travis.yml
@@ -73,16 +73,6 @@ matrix:
73
- make -C Doc/ PYTHON=../python venv
74
script:
75
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
76
- - name: "Mac OS X tests"
77
- os: osx
78
- language: c
79
- compiler: clang
80
- # Testing under macOS is optional until testing stability has been demonstrated.
81
- env: OPTIONAL=true
82
- before_install:
83
- # Python 3 is needed for Argument Clinic and multissl
84
- - HOMEBREW_NO_AUTO_UPDATE=1 brew install xz python3
85
- - export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH
86
- name: "Test code coverage (Python)"
87
os: linux
88
language: c
0 commit comments