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 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 26a46f19..f89728f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -196,7 +196,7 @@ def build(toxenv, label, imageName, artifacts, artifactExcludes) { virtualenv .codecov call .codecov/Scripts/activate REM this pin must be kept in sync with tox.ini - pip install coverage==4.3.4 + pip install coverage pip install codecov codecov -e JOB_BASE_NAME,LABEL,TOXENV """ @@ -215,7 +215,7 @@ def build(toxenv, label, imageName, artifacts, artifactExcludes) { virtualenv .venv source .venv/bin/activate # This pin must be kept in sync with tox.ini - pip install coverage==4.3.4 + pip install coverage bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV """ } @@ -228,7 +228,7 @@ def build(toxenv, label, imageName, artifacts, artifactExcludes) { virtualenv .venv source .venv/bin/activate # This pin must be kept in sync with tox.ini - pip install coverage==4.3.4 + pip install coverage bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV,IMAGE_NAME """ } -- cgit v1.2.3