From b27d9fa0a4664666364834a2c9af649a490c54e6 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Wed, 2 Mar 2022 11:46:41 +0100 Subject: [PATCH] Project: Add upgrade to pipenv in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3144c91d..1ad925e54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ os: linux install: # Python -- pip install pipenv +- pip install pipenv --upgrade # Install island and monkey requirements as they are needed by UT's - pushd monkey/monkey_island - pipenv sync --dev # This installs dependencies from lock