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.
This commit is contained in:
Mike Salvatore 2022-08-15 08:01:16 -04:00
parent 879f809aa4
commit 01e886f866
1 changed files with 0 additions and 1 deletions

View File

@ -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