summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2019-02-28 11:05:24 +0100
committerMichael Scherer <misc@redhat.com>2019-02-28 11:05:24 +0100
commitbca186cc93a0199983e0b13e8579fe49ffefd265 (patch)
tree7202c1d3962837b177cdd6e9e4876b63a7f80c78 /build-gluster-org
parent2e10118deb397294481cabf639629484855e244d (diff)
Upgrade pip, see #1683650
We need pip 9.0 for python_requires, coming from isort, pulled by pylint Change-Id: I2d25365aa0b57f6c58ad69796b2aa8046c1ac341
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/glusto-lint.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-gluster-org/scripts/glusto-lint.sh b/build-gluster-org/scripts/glusto-lint.sh
index 298c5a7..5d6f9a5 100644
--- a/build-gluster-org/scripts/glusto-lint.sh
+++ b/build-gluster-org/scripts/glusto-lint.sh
@@ -2,6 +2,8 @@
set -e
source /opt/rh/python27/enable
virtualenv --system-site-packages env
+# see https://bugzilla.redhat.com/show_bug.cgi?id=1683650
+env/bin/pip install --upgrade pip
env/bin/pip install tox
env/bin/tox