From 6d078679be8f27689b1108fd5059d8cbc973ea48 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 1 Mar 2021 12:49:58 +0000 Subject: Minor makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a4a460..8b68381 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: ## Install for the current user using the default python command test: venv ## Run unit tests - source $(VENV_DIR)/bin/activate && green -vv -s 1 -a ./tests + source $(VENV_DIR)/bin/activate && green -vv -s 1 -f -a ./tests clean: ## Clean build dist and egg directories left after install -- cgit v1.2.3