From 395ab716bb5c8ed74a4f0b447ec8243f64515ea8 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 25 Oct 2019 00:03:48 +0100 Subject: makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3