Skip to content

Commit

Permalink
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 fd71273 commit d3c0fe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -52,8 +52,7 @@ 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 pip install virtualenv mercurial; 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 d3c0fe8

Please sign in to comment.