Skip to content

Commit

Permalink
Try this Travis fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Mar 13, 2018
1 parent 276f9d5 commit 0861b69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ before_script: |
pip2 install numpy 3to2 # Install numpy and 3to2 for Python 2
brew install boost
else
pip2 install --user --install-option="--no-cython-compile" cython
pip2 install --user 3to2
pip2 install --user --install-option="--no-cython-compile" cython
pip2 install --user 3to2
fi
rm -f cantera.conf
script: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
scons build -j2 VERBOSE=y python2_package=full python3_package=full python3_cmd=/usr/bin/python3 blas_lapack_libs=lapack,blas optimize=n coverage=y
scons test
else
python3 `which scons` build -j2 VERBOSE=y python2_package=full python3_package=full python2_cmd=/usr/local/opt/python@2/bin/python2 blas_lapack_libs=lapack,blas optimize=n coverage=y
python3 `which scons` test
fi
scons test
after_success: |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 0861b69

Please sign in to comment.