Skip to content

Commit

Permalink
use pip-install --user
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Apr 13, 2021
1 parent c30697f commit f4f75d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ before_script:
sudo apt-get install python-coverage3;
else
wget https://bootstrap.pypa.io/get-pip.py &&
sudo python3 get-pip.py &&
sudo pip3 install "$COVERAGEPY";
pip install --user "$COVERAGEPY";
fi
- if [ $CI_TARGET = vim ]; then
sudo apt-get install vim-gnome;
Expand Down

0 comments on commit f4f75d5

Please sign in to comment.