diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
