mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Apply suggestions from code review
master to main Co-authored-by: Kien Dang <kiend@pm.me>
This commit is contained in:
parent
6e22fd1f09
commit
2c975958a6
6
tox.ini
6
tox.ini
|
@ -5,7 +5,7 @@ envlist =
|
|||
py{37,38,39,310}-django32,
|
||||
py{38,39,310}-django40,
|
||||
py{38,39,310,311}-django{41,42},
|
||||
py{310,311}-djangomaster,
|
||||
py{310,311}-main,
|
||||
black,flake8
|
||||
|
||||
[gh-actions]
|
||||
|
@ -25,7 +25,7 @@ DJANGO =
|
|||
4.0: django40
|
||||
4.1: django41
|
||||
4.2: django42
|
||||
master: djangomaster
|
||||
main: djangomain
|
||||
|
||||
[testenv]
|
||||
passenv = *
|
||||
|
@ -43,7 +43,7 @@ deps =
|
|||
django40: Django>=4.0,<4.1
|
||||
django41: Django>=4.1.3,<4.2
|
||||
django42: Django>=4.2,<4.3
|
||||
djangomaster: https://github.com/django/django/archive/master.zip
|
||||
djangomain: https://github.com/django/django/archive/main.zip
|
||||
commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
||||
|
||||
[testenv:pre-commit]
|
||||
|
|
Loading…
Reference in New Issue
Block a user