Prefix tools\\pip_install.py with python exe.

This commit is contained in:
Brad Warren 2019-07-01 10:44:12 -07:00
parent 020386de4a
commit 1df1a411b6

View file

@ -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