Skip to content

Commit

Permalink
Actually test on Django 4.2 and 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf authored and lunkwill42 committed Nov 29, 2024
1 parent d8d55df commit 3593431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[tox]
envlist =
{unit,integration,functional}-py{39,310}-django{32}
{unit,integration,functional}-py{39,310,311}-django{42}
{unit,integration,functional}-py{310,311}-django{50}
javascript
docs
basepython = python3.9
Expand Down Expand Up @@ -44,7 +46,6 @@ setenv =
COVERAGE_FILE = {toxinidir}/reports/coverage/.coverage
PYTHONFAULTHANDLER=1
django32: DJANGO_VER=32
django40: DJANGO_VER=40
django42: DJANGO_VER=42
django50: DJANGO_VER=50
passenv =
Expand Down

0 comments on commit 3593431

Please sign in to comment.