From e5937060658f7e8ac484e5489f2b35b4ecb96d35 Mon Sep 17 00:00:00 2001 From: Cathy Yeh Date: Sun, 3 Dec 2017 17:38:42 -0800 Subject: fix Makefile tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805f519..1f33fc4 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ test-in-clean-env: verify-conda-build-installed # run tests in the current environment test-in-current-env: git lfs fetch - echo TEST + pytest tests -vv #################################################################################################### # helper commands -- cgit v1.2.3