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 Jun 26, 2018
1 parent ba862cb commit 328cf7d
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 @@ -13,8 +13,7 @@ before_script:
sudo apt-get install python-coverage;
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 328cf7d

Please sign in to comment.