Added pipdeptree to build process

This commit is contained in:
Shay Nehmad 2020-07-08 17:03:50 +03:00
parent d501bf3b00
commit 638e6d61de
1 changed files with 3 additions and 1 deletions

View File

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