Skip to content

Commit

Permalink
fixup! Travis: test against coveragepy 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 4, 2018
1 parent e06c686 commit 4334ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:
before_script:
- sudo apt-get update
- sudo apt-get install python3-dev
- if [ -z "COVERAGEPY" ]; then
- if [ -z "$COVERAGEPY" ]; then
sudo apt-get install python-coverage;
else
wget https://bootstrap.pypa.io/get-pip.py &&
sudo python3 get-pip.py --allow-external sudo &&
sudo python3 get-pip.py &&
sudo pip3 install coverage="$COVERAGEPY";
fi
- if [ $CI_TARGET = vim ]; then
Expand Down

0 comments on commit 4334ce8

Please sign in to comment.