aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathy Yeh <cathy@driver.xyz>2017-12-03 17:38:42 -0800
committerCathy Yeh <cathy@driver.xyz>2017-12-03 20:26:55 -0800
commite5937060658f7e8ac484e5489f2b35b4ecb96d35 (patch)
tree2953ed0320d23ceee235f821c7f772f2c682d7f2
parentd166e36eaf5803af035e444628c67701322b0eb6 (diff)
downloadbeliefs-e5937060658f7e8ac484e5489f2b35b4ecb96d35.tar.gz
beliefs-e5937060658f7e8ac484e5489f2b35b4ecb96d35.tar.bz2
beliefs-e5937060658f7e8ac484e5489f2b35b4ecb96d35.zip
fix Makefile tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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