From 81f1a65faef069ce8eb7a3c646ce55cebf974866 Mon Sep 17 00:00:00 2001 From: Ben Randall Date: Wed, 20 Dec 2017 02:50:31 -0800 Subject: [PATCH] Add workaround for running tox on Windows platforms (#11188) * Add workaround for running tox on Windows platforms * Remove install_command override --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f3e58ce8889..32f80b95dc1 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = -c{toxinidir}/homeassistant/package_constraints.txt [testenv:pylint] -basepython = python3 +basepython = {env:PYTHON3_PATH:python3} ignore_errors = True deps = -r{toxinidir}/requirements_all.txt @@ -28,7 +28,7 @@ commands = pylint homeassistant [testenv:lint] -basepython = python3 +basepython = {env:PYTHON3_PATH:python3} deps = -r{toxinidir}/requirements_test.txt commands = @@ -37,7 +37,7 @@ commands = pydocstyle homeassistant tests [testenv:typing] -basepython = python3 +basepython = {env:PYTHON3_PATH:python3} deps = -r{toxinidir}/requirements_test.txt commands =