From cc12b8bd481ed03cc4dce14c28e4177d48424a5a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 10 Jan 2020 10:52:16 +0000 Subject: Simplify testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5437ef..eb3ce93 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 -f -vv -a ./tests + source $(VENV_DIR)/bin/activate && green -vv -s 1 -a ./tests clean: ## Clean build dist and egg directories left after install -- cgit v1.2.3