mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 00:32:24 +03:00
Update tox for official Django 4 release
This commit is contained in:
parent
72aaed5734
commit
6e145bd76a
4
tox.ini
4
tox.ini
|
@ -35,8 +35,8 @@ deps =
|
|||
django22: Django>=2.2,<3.0
|
||||
django30: Django>=3.0,<3.1
|
||||
django31: Django>=3.1,<3.2
|
||||
django32: Django>=3.2,<4
|
||||
django40: https://github.com/django/django/archive/refs/tags/4.0rc1.zip
|
||||
django32: Django>=3.2,<4.0
|
||||
django40: Django>=4.0,<5.0
|
||||
djangomaster: https://github.com/django/django/archive/master.zip
|
||||
commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user