Skip to content

Commit

Permalink
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 d3c0fe8 commit 605a010
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -51,8 +51,9 @@ before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi'
- '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 pip install virtualenv mercurial; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then brew upgrade python@2 python3; fi'
- 'if [[ "$BREW_PYTHON3" == "true" ]]; then python2 -m pip install mercurial; 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 605a010

Please sign in to comment.