From e690eb7c61985faecba500b3403006abc27f3f89 Mon Sep 17 00:00:00 2001
From: Ilija Lazoroski <ilija.la@live.com>
Date: Fri, 9 Sep 2022 13:22:54 +0200
Subject: [PATCH] Project: Lock the windows pipenv version to 2022.7.4

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0f5bd4838..ea390e02b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ jobs:
         # Python
         - nproc
         - pip install pip --upgrade
-
+        - pipenv --version
         # Install island and monkey requirements as they are needed by UT's
         - pushd monkey/monkey_island
         - pipenv sync --dev  # This installs dependencies from lock
@@ -120,7 +120,7 @@ jobs:
       install:
         # Python
         - nproc
-        - pip install pipenv --upgrade
+        - pip install pipenv==2022.7.4
           # Install island and monkey requirements as they are needed by UT's
         - pushd monkey/monkey_island
         - pipenv sync --dev  # This installs dependencies from lock