Skip to content

Commit

Permalink
install pip with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jul 6, 2016
1 parent 45c0ff3 commit adddfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ install:
# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update && brew install python; fi
- hash -r
- echo $PATH; which python; which pip; python --version
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then wget https://bootstrap.pypa.io/get-pip.py && python ./get-pip.py; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then wget https://bootstrap.pypa.io/get-pip.py && sudo python ./get-pip.py; fi
- pip --version
- pip list
- pip install --user coveralls tox wheel
Expand Down

0 comments on commit adddfce

Please sign in to comment.