Skip to content

Commit

Permalink
test: add django 41 into metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
goatwu1993 authored and auvipy committed Oct 12, 2022
1 parent 5a72e0a commit 6455a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements/test-django41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
django>=4.1.2,<4.2
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ python =
DJANGO =
3.2: django32
4.0: django40
4.1: django41

[tox]
envlist =
py37-django{32}
py38-django{32,40}
py39-django{32,40}
py310-django{32,40}
py38-django{32,40,41}
py39-django{32,40,41}
py310-django{32,40,41}
pypy3-django{32}
flake8
apicheck
Expand All @@ -34,6 +35,7 @@ deps=

django32: -r{toxinidir}/requirements/test-django32.txt
django40: -r{toxinidir}/requirements/test-django40.txt
django41: -r{toxinidir}/requirements/test-django41.txt

linkcheck,apicheck: -r{toxinidir}/requirements/docs.txt
flake8,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
Expand Down

0 comments on commit 6455a93

Please sign in to comment.