From 4334ce8b6529b1b5dc620e9a24ef97a8e54ddca3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 4 May 2018 16:04:50 +0200 Subject: [PATCH] fixup! Travis: test against coveragepy 4.x --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a40acaf..805f719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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