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 8298d82 commit 25a668eCopy full SHA for 25a668e
tox.ini
@@ -137,6 +137,7 @@ commands =
137
# flake8 finds any problems.
138
[testenv:flake8]
139
description = Lint code with flake8.
140
+basepython = python3.9
141
changedir = {toxinidir}
142
deps = flake8
143
commands =
@@ -146,6 +147,7 @@ commands =
146
147
# any problems are found.
148
[testenv:isort]
149
description = Lint imports with isort.
150
151
152
deps = isort
153
0 commit comments