From c0d007ab1df981105a7b3545687acaa4d4ac71f7 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 9 Oct 2016 18:12:38 -0400 Subject: [PATCH] Fix Travis build on OS X Installing SCons using pip has stopped working. Installing using Homebrew works fine. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11fa51e3e..68cd576e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ addons: before_script: | pip install --user --install-option="--no-cython-compile" cython if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - pip install --user --egg scons - export PATH=/Users/travis/Library/Python/2.7/bin:$PATH + brew update + brew install scons fi rm -f cantera.conf script: