Allow osx builds to fail

This commit is contained in:
finefoot 2020-02-22 21:33:03 +01:00 committed by GitHub
parent a3cb748e51
commit bd879b738a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cache:
# note: use py 3.5.2, it has lzma support. 3.5(.0) on travis.org/trusty does not.
matrix:
fast_finish: true
include:
- python: 3.4
os: linux
@ -39,6 +40,8 @@ matrix:
os: osx
osx_image: xcode8.3
env: TOXENV=py37
allow_failures:
- os: osx
before_install:
- |