Skip to content

Commit 9a464fb

Browse files
committed
dummy commit
1 parent b3e4bb7 commit 9a464fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ deps =
3030
django40: Django>=4.0,<4.1
3131
django41: Django>=4.1,<4.2
3232
djangomain: https://github.com/django/django/archive/main.zip
33-
commands = {posargs:py.test --cov=graphene_django graphene_django examples}
33+
commands = {posargs:py.test graphene_django --cov=graphene_django}
34+
3435

3536
[testenv:pre-commit]
3637
skip_install = true

0 commit comments

Comments
 (0)