Skip to content

Commit

Permalink
Fix up basepython for local runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Dec 12, 2020
1 parent 8298d82 commit 25a668e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ commands =
# flake8 finds any problems.
[testenv:flake8]
description = Lint code with flake8.
basepython = python3.9
changedir = {toxinidir}
deps = flake8
commands =
Expand All @@ -146,6 +147,7 @@ commands =
# any problems are found.
[testenv:isort]
description = Lint imports with isort.
basepython = python3.9
changedir = {toxinidir}
deps = isort
commands =
Expand Down

0 comments on commit 25a668e

Please sign in to comment.