]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
CI: Require pip < 19.1 for Python 2.7 and 3.4
[ppu.git] / appveyor.yml
index 16dda7d5eaf637f8c326f3940081a94a782a40cb..057f33574809272b7e5082233f41b1c13df94f2a 100644 (file)
@@ -53,7 +53,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"