From 636ad6052ef0d51dc55ae4dc2b38af15d06ea220 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 4 Sep 2018 09:45:17 -0500 Subject: unpin coverage (#4458) of course, if this works it might just be luck --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 4dc9301e..0aecb2bd 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -49,5 +49,5 @@ pip install virtualenv python -m virtualenv ~/.venv source ~/.venv/bin/activate -# This coverage pin must be kept in sync with tox.ini -pip install tox codecov coverage==4.3.4 +# If we pin coverage it must be kept in sync with tox.ini and Jenkinsfile +pip install tox codecov coverage -- cgit v1.2.3