mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Prefix tools\\pip_install.py with python exe.
This commit is contained in:
parent
020386de4a
commit
1df1a411b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue