Fix Travis build on OS X

Installing SCons using pip has stopped working. Installing using Homebrew works
fine.
This commit is contained in:
Ray Speth 2016-10-09 18:12:38 -04:00
parent 9c368d57b3
commit c0d007ab1d

View file

@ -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: