forked from home-assistant/core
Fix and clean tox.ini (#40789)
This commit is contained in:
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}
|
||||||
|
Reference in New Issue
Block a user