mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix and clean tox.ini (#40789)
This commit is contained in:
parent
ab3909c24f
commit
f454b4154b
3
tox.ini
3
tox.ini
@ -1,6 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py36, py37, py38, lint, pylint, typing, cov
|
envlist = py37, py38, lint, pylint, typing, cov
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = {env:PYTHON3_PATH:python3}
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user