Skip to content

Commit

Permalink
Fix Travis build on OS X
Browse files Browse the repository at this point in the history
Installing SCons using pip has stopped working. Installing using Homebrew works
fine.
  • Loading branch information
speth committed Oct 10, 2016
1 parent 9c368d5 commit c0d007a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0d007a

Please sign in to comment.