Skip to content

Commit cfba90a

Browse files
committed
Ensure pip is installable with sudo
1 parent 59046c5 commit cfba90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install:
4444
fi
4545
if ! python -m pip >&/dev/null; then
4646
wget https://bootstrap.pypa.io/get-pip.py
47-
python get-pip.py
47+
sudo python get-pip.py
4848
fi
4949
- sudo -H python -m pip install virtualenv --upgrade
5050

0 commit comments

Comments
 (0)