From ca365717b1165f53365f3829dfa1332fe10ba301 Mon Sep 17 00:00:00 2001 From: Shreya Date: Tue, 6 Apr 2021 17:28:40 +0530 Subject: [PATCH] Modify travis script for isort --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .