diff options
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/Makefile b/python/Makefile index 6821aed..d686297 100644 --- a/python/Makefile +++ b/python/Makefile @@ -38,13 +38,14 @@ else rsync -avP $^ ${DEPLOY_TARGET} endif -.PHONY: test -test: - pytest -v tests +# .PHONY: test +# test: +# pytest -v tests .PHONY: fmt fmt: yapf -p -i -r $(PKGNAME) tests + isort $(PKGNAME) .PHONY: clean clean: |