Skip to content

Commit 565389f

Browse files
committed
Run lint with Python 3.8
1 parent 7f7ebe8 commit 565389f

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
@@ -2,7 +2,7 @@
22
usedevelop = True
33
minversion = 1.8
44
envlist =
5-
py36-lint,
5+
py38-lint,
66
py36-dj{111,21,22}-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
@@ -37,8 +37,8 @@ commands =
3737
tests: pytest {posargs:tests}
3838
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
3939

40-
[testenv:py36-lint]
41-
basepython = python3.6
40+
[testenv:py38-lint]
41+
basepython = python3.8
4242
deps =
4343
flake8
4444
flake8-black

0 commit comments

Comments
 (0)