Skip to content

Commit

Permalink
Upgrade the already installed python2 instead of trying to reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Jan 9, 2018
1 parent a93d617 commit 47d3f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
- $HOME/.cache/pip

before_install:
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python python3 && brew link python)'
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)'

before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
Expand Down

0 comments on commit 47d3f92

Please sign in to comment.