From 638e6d61de4e1eac053d54fc39bc9dd246a80d9f Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Wed, 8 Jul 2020 17:03:50 +0300 Subject: [PATCH] Added pipdeptree to build process --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51fc10ff7..84b8a5f7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,9 @@ install: - pip install flake8 pytest dlint # for next stages - pip install coverage # for code coverage - pip install -r monkey/infection_monkey/requirements.txt # for unit tests -- pip freeze +- pip install pipdeptree +# Fail builds on possible conflicting dependencies. +- pipdeptree --warn fail # node + npm + eslint - node --version