diff --git a/Makefile b/Makefile index 227fde6..823c266 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ test: bash $(CODECOV_PATH) -c -F storage else test: - py.test $(PYTEST_ARGS) tests/ + py.test $(PYTEST_ARGS) endif all: