Fix basepython for linting testenv in tox.ini
This commit is contained in:
parent
935b106213
commit
0df5ce4082
2
tox.ini
2
tox.ini
|
@ -46,7 +46,7 @@ commands =
|
||||||
|
|
||||||
[testenv:linting]
|
[testenv:linting]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
basepython = python3.6
|
basepython = python3
|
||||||
deps = pre-commit>=1.11.0
|
deps = pre-commit>=1.11.0
|
||||||
commands = pre-commit run --all-files --show-diff-on-failure
|
commands = pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue