aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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