From 40d56a71213a2c72766d42e3e389b0817dbb3a9b Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 13 Sep 2019 01:09:30 +0200 Subject: [PATCH] Travis: allow osx/windows to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bd5987b..12b9875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ addons: update: true matrix: fast_finish: true + allow_failures: + - os: osx + - os: windows include: - python: 3.6 env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true" LINT="false" -- GitLab