build_release: Fix call_tox with no python on Win
This commit is contained in:
parent
24f3703615
commit
55f4777d72
@ -51,7 +51,7 @@ def call_script(name, *args, python=sys.executable):
|
||||
subprocess.check_call([python, path] + list(args))
|
||||
|
||||
|
||||
def call_tox(toxenv, *args, python=sys.executable):
|
||||
def call_tox(toxenv, *args, python=os.path.dirname(sys.executable)):
|
||||
"""Call tox.
|
||||
|
||||
Args:
|
||||
|
Loading…
Reference in New Issue
Block a user