Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Update brew python3 command.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Mar 8, 2018
1 parent 3f86cd4 commit f8bc31d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "osx" && "$USE_OPENMP" == "true" ]]; then source .travis/install_openmp.sh; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then brew upgrade python3; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then brew install python@2; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then export PATH="/usr/local/opt/python@2/libexec/bin:$PATH"; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then pip2 install mercurial; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then python3 -m pip install virtualenv; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then python3 -m virtualenv venv; fi'
Expand Down

0 comments on commit f8bc31d

Please sign in to comment.