Fix Travis build on OS X
Installing SCons using pip has stopped working. Installing using Homebrew works fine.
This commit is contained in:
parent
9c368d57b3
commit
c0d007ab1d
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue