1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

appveyor fix: use 'python -m pip' to upgrade pip (pypa/pip#5240)

This commit is contained in:
Ilya Kreymer 2018-04-20 08:51:48 -07:00
parent b7bf693885
commit 804734525c

View File

@ -12,7 +12,7 @@ environment:
install: install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install --disable-pip-version-check --user --upgrade pip" - "python -m pip install --upgrade pip"
- "pip install -U setuptools" - "pip install -U setuptools"
- "pip install coverage pytest-cov" - "pip install coverage pytest-cov"
- "pip install cffi" - "pip install cffi"