Skip to content

Commit

Permalink
Fixed tox configuration for Django 5.0+.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 7, 2023
1 parent fca28c8 commit 2edeffe
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 @@ -3,7 +3,8 @@ envlist =
{py36,py37,py38,py39}-django22-test
{py36,py37,py38,py39,py310}-django32-test
{py38,py39,py310}-django40-test
{py38,py39,py310,py311}-django{main,41}-test
{py38,py39,py310,py311}-django41-test
{py310,py311}-djangomain-test
isort
flake

Expand Down

0 comments on commit 2edeffe

Please sign in to comment.