From 411c17f15ddd5daebc9c3e04f7a32726c2e06e25 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 24 Oct 2018 08:13:21 +0100 Subject: [PATCH] Remove Python 3 OSX Travis testing. Pouring gcc-8.2.0.high_sierra.bottle.1.tar.gz Error: The step did not complete successfully Above error needs fixing --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f622bc85..4a68cb960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -368,6 +368,10 @@ matrix: env: SWIGLANG=javascript ENGINE=node VER=10 CPP11=1 sudo: required dist: trusty + # 'brew upgrade python' failure due to conflicting files: c++ + - compiler: clang + os: osx + env: SWIGLANG=python PY3=3 # Lots of failing tests currently - compiler: gcc os: linux