forked from p15670423/monkey
ci: remove dlint from travis
Issue #1075 has been created to track the task to add this back in and integrate with pre-commit
This commit is contained in:
parent
a7f8efa102
commit
c1929c2bd3
|
@ -24,7 +24,7 @@ install:
|
|||
# Python
|
||||
- pip freeze
|
||||
- pip install -r monkey/monkey_island/requirements.txt # for unit tests
|
||||
- pip install flake8 pytest pytest-cov dlint isort # for next stages
|
||||
- pip install flake8 pytest pytest-cov isort # for next stages
|
||||
- pip install coverage # for code coverage
|
||||
- pip install -r monkey/infection_monkey/requirements.txt # for unit tests
|
||||
- pip install pipdeptree
|
||||
|
|
Loading…
Reference in New Issue