From f7dc1a430bdb50005bcb604faf6ef83f359de60c Mon Sep 17 00:00:00 2001 From: finefoot <33361833+finefoot@users.noreply.github.com> Date: Sat, 22 Feb 2020 21:30:41 +0100 Subject: [PATCH] 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... --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f61b852be..0da46653c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: - $HOME/.cache/pip matrix: + fast_finish: true include: - python: 3.5 os: linux @@ -42,6 +43,8 @@ matrix: os: osx osx_image: xcode8.3 env: TOXENV=py37 + allow_failures: + - os: osx before_install: - |