Modify travis script for isort

This commit is contained in:
Shreya 2021-04-06 17:28:40 +05:30 committed by Mike Salvatore
parent d5b74d70b2
commit ca365717b1
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ script:
- flake8 ./monkey
## Check import order
- python -m isort ./monkey --settings-file ./ci_scripts/isort.cfg
- python -m isort ./monkey --check-only
## Check that all python is properly formatted. Fail otherwise.
- python -m black --check .