diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-01-10 10:52:16 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-01-10 10:52:16 +0000 |
| commit | cc12b8bd481ed03cc4dce14c28e4177d48424a5a (patch) | |
| tree | f5e583f671ed5f62da03b5f9d357b80697942488 /Makefile | |
| parent | Add system dependencies necessary for testing (diff) | |
| download | paper2remarkable-cc12b8bd481ed03cc4dce14c28e4177d48424a5a.tar.gz paper2remarkable-cc12b8bd481ed03cc4dce14c28e4177d48424a5a.zip | |
Simplify testing
Diffstat (limited to 'Makefile')
| -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 -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 |
