From 552760b84ba21030744ed4dc3a2ce0312aca85a7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 1 Jan 2019 19:03:18 +0000 Subject: [PATCH] Turn Travis OSX Python 3 testing back on brew is working again with Python 3.7.1 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a68cb960..7f622bc85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -368,10 +368,6 @@ 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