fix: makefile

This commit is contained in:
Laurent Riviere 2023-08-09 13:20:33 +00:00 committed by Laurent
parent fd3f7aa5bb
commit e9bc96aba0

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: