Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrklndr committed Aug 20, 2024
1 parent 9a161e4 commit c6abea0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
[tox]
envlist =
flake8
py{311,312}-dj{41}-wt{41,50,51,52}
py{311,312}-dj{41}-wt{41,50,51,52,60}

[gh-actions]
python =
3.8: py38
3.9: py39
"3.10": py310
"3.11": py311
"3.12": py312

[testenv]
deps =
coverage
mock
dj32: Django>=3.2,<3.3
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
wt41: wagtail>=4.1,<4.2
wt42: wagtail>=4.2,<4.3
wt50: wagtail>=5.0,<5.1
wt51: wagtail>=5.1,<5.2
wt52: wagtail>=5.2,<5.3
Expand All @@ -29,9 +23,6 @@ commands =
coverage run manage.py test

basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12

Expand Down

0 comments on commit c6abea0

Please sign in to comment.