aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-10-25 00:03:48 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-10-25 00:03:48 +0100
commit395ab716bb5c8ed74a4f0b447ec8243f64515ea8 (patch)
tree0be69dbf40d1d7abfaf36f0bf011e090a43ad88d /Makefile
parentbugfixes (diff)
downloadpaper2remarkable-395ab716bb5c8ed74a4f0b447ec8243f64515ea8.tar.gz
paper2remarkable-395ab716bb5c8ed74a4f0b447ec8243f64515ea8.zip
makefile changes
Diffstat (limited to 'Makefile')
-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