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:
Mike Salvatore 2021-04-05 14:26:24 -04:00
parent a7f8efa102
commit c1929c2bd3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install:
# Python # Python
- pip freeze - pip freeze
- pip install -r monkey/monkey_island/requirements.txt # for unit tests - 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 coverage # for code coverage
- pip install -r monkey/infection_monkey/requirements.txt # for unit tests - pip install -r monkey/infection_monkey/requirements.txt # for unit tests
- pip install pipdeptree - pip install pipdeptree