Skip to content

Commit

Permalink
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 605a010 commit 6d422f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -51,7 +51,8 @@ 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 python@2 python3; 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 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'
Expand Down

0 comments on commit 6d422f8

Please sign in to comment.