Skip to content

Commit

Permalink
Remove incompatible/invalid tox runs
Browse files Browse the repository at this point in the history
  • Loading branch information
haydngreatnews committed Sep 16, 2024
1 parent b386787 commit fdc73c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ skipsdist = True
usedevelop = True
envlist =
py311-dj42-wt{50,51,52,60,61,62}-dr{4}
py312-dj{50,51,52}-wt{52,60,61,62}-dr{4}
py312-dj50-wt{52,60,61,62}-dr{4}
py312-dj51-wt{60,61,62}-dr{4}

[testenv]
install_command = pip install -e ".[testing]" -U {opts} {packages}
Expand All @@ -26,7 +27,6 @@ deps =
dj42: Django>=4.2,<4.3
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2,<5.3
wt42: wagtail>=4.2,<5.0
wt50: wagtail>=5.0,<5.1
wt51: wagtail>=5.1,<5.2
Expand Down

0 comments on commit fdc73c1

Please sign in to comment.