From 76e1855701bf7277e5c70e16d13fb1ee6aac9006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 10 Apr 2019 12:21:36 +0200 Subject: [PATCH] Makefile: Add an isort check to the test target. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7b0c595..c03267e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ test: python3 -m pytest python3 -m pytest --flake8 pantalaimon + python3 -m pytest --isort