From 2c41b7953be446d9b5403f6b1189c06f735cc6e3 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 11 Nov 2018 23:06:10 +0200 Subject: [PATCH] [travis] osx fix - #2 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e2da0343..13a14899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ language: python python: - "3.6" matrix: + exclude: + - os: osx + language: python include: - os: osx language: generic