Skip to content

Commit

Permalink
Update tox testing matrix to include Wagtail 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Oct 3, 2023
1 parent c30029e commit cdf4de9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
skip_missing_interpreters = True

envlist =
py{38,39,310}-dj{32,41}-wt{41,42,50}
py{38,39,310,311}-dj{42}-wt{50}
py{38,39,310}-dj{32}-wt{41,42,50,51}
py{38,39,310,311}-dj{41}-wt{41,42}
py{310,311}-dj{42}-wt{50,51}
flake8,isort,docs

[gh-actions]
Expand All @@ -29,6 +30,7 @@ deps =
wt41: Wagtail>=4.1,<4.2
wt42: Wagtail>=4.2,<4.3
wt50: Wagtail>=5.0,<5.1
wt51: Wagtail>=5.1,<5.2
wtHEAD: Wagtail

[testenv:flake8]
Expand Down

0 comments on commit cdf4de9

Please sign in to comment.