Skip to content

Commit

Permalink
Fixing issue with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed May 8, 2018
1 parent bc6c0a2 commit 1998288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global $PYTHON_VERSION
pyenv rehash

pip install --user --upgrade pip
pip install --user --upgrade pip==9.0.3
pip install --user virtualenv
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
Expand Down

0 comments on commit 1998288

Please sign in to comment.