From 373d3664e2b185b31f0bb57b3d29dcc6fb97ef40 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 15:46:56 +0300 Subject: [PATCH] allowing ox and windows fails 2 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b98bfd6..da441f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,8 @@ python: matrix: fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds allow_failures: - - os: - - osx - - windows + - os: osx + - os: windows include: - python: 3.7 dist: xenial