aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 636b9df..22bdf22 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ dist: ## Create source distribution and wheel
.PHONY: cov
cov: ## Run coverage report
- <pytest --cov=fuzzycat tests/
+ pytest --cov=fuzzycat tests/
.PHONY: clean
clean: ## Clean all artifacts