Skip to content

Commit 32aa849

Browse files
committed
Add Django 4.0 support on tox
1 parent d141085 commit 32aa849

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{36,37,38,39,py}-{dj22,dj30,dj31,dj32}-{fl10,fl11,fl20}
3+
py{36,37,38,39,py}-{dj22,dj30,dj31,dj32}-{fl10,fl11,fl20},py{38,39,py}-{dj40}
44

55
[testenv]
66
basepython =
@@ -13,16 +13,18 @@ deps =
1313
six
1414
pytest
1515
pytest-cov
16+
tornado
1617
WebOb>=1.3.1,<1.7
1718
Pyramid<1.8
18-
tornado
1919
fl10: Flask>=1.0
2020
fl11: Flask>=1.1
2121
fl20: Flask>=2.0
2222
dj22: Django>=2.2,<2.3
2323
dj30: Django>=3.0,<3.1
2424
dj31: Django>=3.1,<3.2
2525
dj32: Django>=3.2,<3.3
26+
dj40: Django>=4.0,<4.1
27+
2628
commands =
2729
pytest --cov=restless
2830

@@ -40,6 +42,8 @@ DJANGO =
4042
3.0: dj30
4143
3.1: dj31
4244
3.2: dj32
45+
4.0: dj40
46+
4347
FLASK =
4448
1.0: fl10
4549
1.1: fl11

0 commit comments

Comments
 (0)