fix: makefile

This commit is contained in:
Laurent Riviere 2023-08-09 13:20:33 +00:00
parent ca8298ba0f
commit 372bef4cc4

View File

@ -10,7 +10,7 @@ dev-setup:
.PHONY: tests ## Run unit tests
tests:
py.test graphene_django --cov=graphene_django -vv
PYTHONPATH=. py.test graphene_django --cov=graphene_django -vv
.PHONY: format ## Format code
format: