Skip to content

Commit d313556

Browse files
committed
Merge branch 'fix-formatter-with-python3.8' of git://github.com/leplatrem/python-dockerflow into fix-formatter-with-python3.8
2 parents c45a495 + e563a5b commit d313556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ usedevelop = True
33
minversion = 1.8
44
envlist =
55
py38-lint,
6-
py36-docs,
6+
py38-docs,
77
# the version matrix according to the Django docs:
88
# https://docs.djangoproject.com/en/2.0/faq/install/#what-python-version-can-i-use-with-django
99
py{27,36}-dj111-tests,
@@ -42,8 +42,8 @@ commands =
4242
fl{011,012,10}-tests: pytest tests/core/ tests/flask/ {posargs:}
4343
s19: pytest tests/core/ tests/sanic/
4444

45-
[testenv:py36-docs]
46-
basepython = python3.6
45+
[testenv:py38-docs]
46+
basepython = python3.8
4747
deps =
4848
-rtests/requirements/default.txt
4949
-rtests/requirements/docs.txt

0 commit comments

Comments
 (0)