Skip to content

Commit

Permalink
tox.ini: Add Django v4.0 (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 17, 2022
1 parent 5880b2c commit 7dbfcb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{36,37,38,39}-dj{22,30,31,32}
py{38,39}-dj{main}
py{36,37,38,39}-dj{22,30,31}
py{38,39,310}-dj{32,40,main}
style

[testenv]
Expand All @@ -15,6 +15,7 @@ deps =
dj30: Django>=3.0,<3.1
dj31: Django>=3.1,<3.2
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:style]
Expand Down

0 comments on commit 7dbfcb6

Please sign in to comment.