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.
1 parent 7f7ebe8 commit 565389fCopy full SHA for 565389f
tox.ini
@@ -2,7 +2,7 @@
2
usedevelop = True
3
minversion = 1.8
4
envlist =
5
- py36-lint,
+ py38-lint,
6
py36-dj{111,21,22}-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
@@ -37,8 +37,8 @@ commands =
37
tests: pytest {posargs:tests}
38
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
39
40
-[testenv:py36-lint]
41
-basepython = python3.6
+[testenv:py38-lint]
+basepython = python3.8
42
deps =
43
flake8
44
flake8-black
0 commit comments