]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/appveyor.yml
CI: Require pip < 19.1 for Python 2.7 and 3.4
[cookiecutter.git] / project_template / appveyor.yml
index 7c06e215c023ffb302f25133a4b4fcb3ea86e358..54a1627333fd9a251be01931827f51c5de51cbb5 100644 (file)
@@ -71,7 +71,7 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
-  - "python -m pip install --upgrade pip setuptools"
+  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
   - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"