@@ -3,8 +3,8 @@ usedevelop = True
33minversion = 1.8
44envlist =
55 py38-lint
6- py38 -docs
7- py{37,38,39,310,311 }-dj32
6+ py311 -docs
7+ py{37,38,39,310}-dj32
88 py{38,39,310,311}-dj{40,41,42}
99 py{37,38,39,310,311}-fl{20,21,22}
1010 py{37,38,39,310,311}-s{21,22}
@@ -39,12 +39,12 @@ deps =
3939 s22: -ctests/constraints/sanic-22.txt
4040commands =
4141 python --version
42- dj{32,40,41,42}: pytest tests/core/ tests/django --nomigrations {posargs:}
43- fl{012,10,11, 20,21,22}: pytest tests/core/ tests/flask/ {posargs:}
44- s{20, 21,22}: pytest tests/core/ tests/sanic/ {posargs:}
42+ dj{32,40,41,42}: pytest tests/core/ tests/django --no-migrations -o DJANGO_SETTINGS_MODULE =tests.django.settings -o django_find_project =false {posargs:}
43+ fl{20,21,22}: pytest tests/core/ tests/flask/ {posargs:}
44+ s{21,22}: pytest tests/core/ tests/sanic/ {posargs:}
4545
46- [testenv:py38 -docs]
47- basepython = python3.8
46+ [testenv:py311 -docs]
47+ basepython = python3.11
4848deps = -rdocs/requirements.txt
4949commands = sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
5050pip_pre = false
0 commit comments