From c5074f5a60115ece0e3d16489d7ecfc1f33697f4 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 20 Oct 2019 14:06:28 -0400 Subject: [PATCH] Always upgrade pip before CI run --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dc63616..5877e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: install: - cd $TRAVIS_BUILD_DIR + - pip install -U pip - pip install -U . -r requirements-test.txt script: