Skip to content

Commit

Permalink
ci: Update tox tests against django 4.2 and main
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Apr 26, 2023
1 parent 268dff3 commit 8f9ae32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
flake8
isort
py{38,39,310}-dj{32,40,41,main}
py{310,311}-dj{41,main}
py{38,39,310}-dj{32,40,41}
py{310,311}-dj{41,42,main}

skip_missing_interpreters=True

Expand All @@ -13,6 +13,7 @@ deps =
dj32: Django>=3.2,<3.3
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz
commands =
{envpython} --version
Expand Down

0 comments on commit 8f9ae32

Please sign in to comment.