From 879f809aa4750494519571b63b640e0949d41d9b Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 15 Aug 2022 07:37:36 -0400 Subject: [PATCH] Project: Use the latest pip in travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c4434ad64..206205790 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ jobs: install: # Python - nproc + - pip install pip --upgrade - pip install pipenv --upgrade # Install island and monkey requirements as they are needed by UT's