aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-04-20 00:29:28 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-04-20 12:29:28 +0800
commitaf3f9b8752386f9acb41e3b21b3dd73fe3b7a6a1 (patch)
treeb72fc29d34ddfaa83205d9d2cc41f66a954de668 /Jenkinsfile
parentcd46145aa4ebc4e337ea5d8891e0a586c20f586d (diff)
downloadcryptography-af3f9b8752386f9acb41e3b21b3dd73fe3b7a6a1.tar.gz
cryptography-af3f9b8752386f9acb41e3b21b3dd73fe3b7a6a1.tar.bz2
cryptography-af3f9b8752386f9acb41e3b21b3dd73fe3b7a6a1.zip
Revert #4195 (#4201)
Fixes #4196
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2f1d7492..ca49527c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -346,9 +346,7 @@ def build(toxenv, label, imageName, artifacts, artifactExcludes) {
virtualenv .venv
source .venv/bin/activate
# This pin must be kept in sync with tox.ini
- # TODO: drop --no-cache-dir once pip fixes:
- # https://github.com/pypa/pip/issues/5231
- pip install --no-cache-dir coverage==4.3.4
+ pip install coverage==4.3.4
bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV,IMAGE_NAME
"""
}