Skip to content

Commit

Permalink
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 df99c06 commit fd71273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -52,6 +52,8 @@ before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi'
- '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 python3 -m ensurepip; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then python3 -m pip install virtualenv; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then python3 -m virtualenv venv; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then source venv/bin/activate; fi'
- source .travis/install_python.sh
Expand Down

0 comments on commit fd71273

Please sign in to comment.