From c0a6fb1b4174b49aa6f1d09d9286f5923186efed Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 2 Jul 2017 16:16:16 +0200 Subject: [PATCH] Run only tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a51f1c7..e848b1c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ test: bash $(CODECOV_PATH) -c -F storage else test: - py.test $(PYTEST_ARGS) + py.test $(PYTEST_ARGS) tests/ endif all: