diff --git a/.travis.yml b/.travis.yml index 675ee16ca..6ea44a971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .