aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baccb92..2a656d4 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 -v ./tests
+ source $(VENV_DIR)/bin/activate && green -f -vv -a ./tests
clean: ## Clean build dist and egg directories left after install