We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45a495 + e563a5b commit d313556Copy full SHA for d313556
tox.ini
@@ -3,7 +3,7 @@ usedevelop = True
3
minversion = 1.8
4
envlist =
5
py38-lint,
6
- py36-docs,
+ py38-docs,
7
# the version matrix according to the Django docs:
8
# https://docs.djangoproject.com/en/2.0/faq/install/#what-python-version-can-i-use-with-django
9
py{27,36}-dj111-tests,
@@ -42,8 +42,8 @@ commands =
42
fl{011,012,10}-tests: pytest tests/core/ tests/flask/ {posargs:}
43
s19: pytest tests/core/ tests/sanic/
44
45
-[testenv:py36-docs]
46
-basepython = python3.6
+[testenv:py38-docs]
+basepython = python3.8
47
deps =
48
-rtests/requirements/default.txt
49
-rtests/requirements/docs.txt
0 commit comments