Skip to content

Commit

Permalink
Merge pull request #17 from Fluorescence-Tools/Travis-build-fix
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
tpeulen authored Sep 8, 2020
2 parents 8b7a20f + 838622b commit e594abf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ addons:
- libeigen3-dev
- g++
- clang
homebrew:
packages:
- md5sha1sum
update: true

addons:
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install md5sha1sum && pyenv install -s 3.7-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv install -s 3.7-dev; fi
script:
- pyenv global `pyenv versions | grep "^ *$PYTHON" | head -n1`
- mkdir build && cd build
Expand Down

0 comments on commit e594abf

Please sign in to comment.