From 01e886f8669dc192ed9223d738c160021409ef86 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 15 Aug 2022 08:01:16 -0400 Subject: [PATCH] Project: Remove step in travis build to upgrade pipenv It seems that every time a new version of pipenv is released it breaks travis. For the moment, it seems that the magic combination is to upgrade pip but not upgrade pipenv. I've been unable to reproduce the issue outside of any environment other than Travis CI. Once we split our project up into multiple repos, we should strongly consider switching to poetry. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 206205790..0f5bd4838 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ jobs: # Python - nproc - pip install pip --upgrade - - pip install pipenv --upgrade # Install island and monkey requirements as they are needed by UT's - pushd monkey/monkey_island