mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add workaround for running tox on Windows platforms (#11188)
* Add workaround for running tox on Windows platforms * Remove install_command override
This commit is contained in:
parent
8efc4b5ba9
commit
81f1a65fae
6
tox.ini
6
tox.ini
@ -18,7 +18,7 @@ deps =
|
|||||||
-c{toxinidir}/homeassistant/package_constraints.txt
|
-c{toxinidir}/homeassistant/package_constraints.txt
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_all.txt
|
-r{toxinidir}/requirements_all.txt
|
||||||
@ -28,7 +28,7 @@ commands =
|
|||||||
pylint homeassistant
|
pylint homeassistant
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython = python3
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_test.txt
|
-r{toxinidir}/requirements_test.txt
|
||||||
commands =
|
commands =
|
||||||
@ -37,7 +37,7 @@ commands =
|
|||||||
pydocstyle homeassistant tests
|
pydocstyle homeassistant tests
|
||||||
|
|
||||||
[testenv:typing]
|
[testenv:typing]
|
||||||
basepython = python3
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_test.txt
|
-r{toxinidir}/requirements_test.txt
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user