From 9c1dc47f375ed19df75857eb3747379237648ffa Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 9 Jul 2018 15:54:57 -0400 Subject: [PATCH] upgrade pip --- .circleci/setup-virtualenv.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/setup-virtualenv.sh b/.circleci/setup-virtualenv.sh index 2bead1deb..0cd9de834 100755 --- a/.circleci/setup-virtualenv.sh +++ b/.circleci/setup-virtualenv.sh @@ -19,6 +19,10 @@ sudo --set-home -u nobody virtualenv --python python2.7 /tmp/tests # install things using pip! sudo --set-home -u nobody /tmp/tests/bin/pip install certifi +# Get a new, awesome version of pip. For example, the distro-packaged +# virtualenv's pip may not know about wheels. +sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip + # Populate the wheelhouse, if necessary. sudo --set-home -u nobody /tmp/tests/bin/pip \ wheel \