Skip to content

Commit d7f5ef4

Browse files
committed
fix: makefile
1 parent 8834113 commit d7f5ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev-setup:
1010

1111
.PHONY: tests ## Run unit tests
1212
tests:
13-
py.test graphene_django --cov=graphene_django -vv
13+
PYTHONPATH=. py.test graphene_django --cov=graphene_django -vv
1414

1515
.PHONY: format ## Format code
1616
format:

0 commit comments

Comments
 (0)