From 1102da905819597cfb318afe29aed7fe0398e72b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 07:40:33 -0500 Subject: [PATCH] upgrade pip Signed-off-by: Kenneth Reitz --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d0aec058..761e819c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: # command to install dependencies install: + - "pip install --upgrade pip" - "pip install -e . --upgrade --upgrade-stragetgy=only-if-needed" - "pipenv install --dev"