From 1443506a5c13404308158d3bcc905596d66452c7 Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Mon, 20 May 2019 09:30:07 -0400 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a54ed1..9256953 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,11 @@ lint-fix: .PHONY: test test: lint - pytest featuretools_update_client/tests + pytest -s -vv -x featuretools_update_client/tests .PHONY: testcoverage testcoverage: lint - pytest featuretools_update_client/tests --cov=featuretools_update_client + pytest -s -vv -x featuretools_update_client/tests --cov=featuretools_update_client .PHONY: installdeps installdeps: