Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed May 20, 2019
1 parent a517b29 commit 1443506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 1443506

Please sign in to comment.