mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Set default python for flake8 testenv
This commit is contained in:
parent
edd84fba52
commit
2dec2ebc6e
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -28,6 +28,7 @@ commands =
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue