From 1df1a411b604cb8fc0be9a976835b5eaa9ca73d3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 1 Jul 2019 10:44:12 -0700 Subject: [PATCH] Prefix tools\\pip_install.py with python exe. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6aeb0bf74..3d58847f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ install: - "python -m pip install --upgrade pip" # Ready to install tox and coverage # tools/pip_install.py is used to pin packages to a known working version. - - "tools\\pip_install.py tox codecov" + - "python tools\\pip_install.py tox codecov" build: off