From 8c48e525f8aee1ec56aaf1599cec2e43ebbfdaef Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 25 Nov 2019 05:00:52 +0100 Subject: [PATCH] Disable MacOS builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Apparently Python is not actually supported, so the Python 2 builds were working by accident. Sigh sigh sigh… --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 463cf4c..1d7824b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,13 @@ python: - "nightly" # enable OSX support, with only system Python, and newer Python on Linux: -matrix: - include: - - os: osx - # specify a reasonably newer xcode so that brew works - osx_image: xcode11 - language: generic - python: +#matrix: +# include: +# - os: osx +# # specify a reasonably newer xcode so that brew works +# osx_image: xcode11 +# language: generic +# python: # install coverage helper: install: -- 2.39.2