aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-01-10 10:52:16 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-01-10 10:52:16 +0000
commitcc12b8bd481ed03cc4dce14c28e4177d48424a5a (patch)
treef5e583f671ed5f62da03b5f9d357b80697942488 /Makefile
parentAdd system dependencies necessary for testing (diff)
downloadpaper2remarkable-cc12b8bd481ed03cc4dce14c28e4177d48424a5a.tar.gz
paper2remarkable-cc12b8bd481ed03cc4dce14c28e4177d48424a5a.zip
Simplify testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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