Skip to content

Commit 25a668e

Browse files
committed
Fix up basepython for local runs.
1 parent 8298d82 commit 25a668e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ commands =
137137
# flake8 finds any problems.
138138
[testenv:flake8]
139139
description = Lint code with flake8.
140+
basepython = python3.9
140141
changedir = {toxinidir}
141142
deps = flake8
142143
commands =
@@ -146,6 +147,7 @@ commands =
146147
# any problems are found.
147148
[testenv:isort]
148149
description = Lint imports with isort.
150+
basepython = python3.9
149151
changedir = {toxinidir}
150152
deps = isort
151153
commands =

0 commit comments

Comments
 (0)