From aa3cd4850efcc933bd0ee377d71d36818d6a055a Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 15:38:50 +0300 Subject: [PATCH] allowing ox and windows fails, and fast_finish --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04a3973..b98bfd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ python: - '3.5' - '3.6' matrix: + fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds + allow_failures: + - os: + - osx + - windows include: - python: 3.7 dist: xenial