Skip to content

Commit

Permalink
#646 install some more brew stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Oct 26, 2019
1 parent a7a69cd commit 433b92e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ before_install: |
brew update;
# Per the `pyenv homebrew recommendations <https://github.com/yyuu/pyenv/wiki#suggested-build-environment>`_.
brew install graphviz openssl readline;
# Other brew packages
brew install gcc cmake openblas suitesparse;
# See https://docs.travis-ci.com/user/osx-ci-environment/#A-note-on-upgrading-packages.
brew outdated pyenv || brew upgrade pyenv
# virtualenv doesn't work without pyenv knowledge. venv in Python 3.3
Expand Down

0 comments on commit 433b92e

Please sign in to comment.