From 745c65d8af3e8893888fadf478db41b10ae26b28 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Mon, 1 Jun 2020 13:44:08 -0500 Subject: [PATCH] Upgrade pip for installing civicpy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9872198..0e098b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.7" - "3.8" install: + - pip install --upgrade pip - pip install -e .[test] script: - mkdir -p /home/travis/build/griffithlab/civicpy/civicpy/data