From ffffc11659c6ab012d28dbd88b53d3b53946f0b5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 6 Jul 2020 20:46:36 +0200 Subject: [PATCH] Update Makefile Co-authored-by: Tim Ansell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dbe963..baee58f 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ check-licenses: .PHONY: check-licenses lint-python: - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics + $(IN_CONDA_ENV) flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics .PHONY: lint-python