forked from p15670423/monkey
Modify travis script for isort
This commit is contained in:
parent
d5b74d70b2
commit
ca365717b1
|
@ -58,7 +58,7 @@ script:
|
||||||
- flake8 ./monkey
|
- flake8 ./monkey
|
||||||
|
|
||||||
## Check import order
|
## 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.
|
## Check that all python is properly formatted. Fail otherwise.
|
||||||
- python -m black --check .
|
- python -m black --check .
|
||||||
|
|
Loading…
Reference in New Issue