Skip to content

Commit 198d2af

Browse files
committed
Ensure pip is available
Yosemite needs it
1 parent fb1f569 commit 198d2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ install:
4242
brew uninstall pyenv
4343
brew install pyenv --HEAD
4444
fi
45+
if ! python --version -m pip >&/dev/null; then
46+
wget https://bootstrap.pypa.io/get-pip.py
47+
python get-pip.py
48+
fi
4549
- sudo -H python -m pip install virtualenv --upgrade
4650

4751
before_script:

0 commit comments

Comments
 (0)