Allow osx builds to fail (#4955)

universally mark all osx builds as allowed failures

since a while, travis-ci is way too slow on their OS X machines, so they kill our tests after 50 minutes...
This commit is contained in:
finefoot 2020-02-22 21:30:41 +01:00 committed by GitHub
parent 4f516f87e0
commit f7dc1a430b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cache:
- $HOME/.cache/pip - $HOME/.cache/pip
matrix: matrix:
fast_finish: true
include: include:
- python: 3.5 - python: 3.5
os: linux os: linux
@ -42,6 +43,8 @@ matrix:
os: osx os: osx
osx_image: xcode8.3 osx_image: xcode8.3
env: TOXENV=py37 env: TOXENV=py37
allow_failures:
- os: osx
before_install: before_install:
- | - |