]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
CI: pip<21 for Python 2.7
[ppu.git] / appveyor.yml
index e598126c669c7f25ddcaa7cb85b17188fedd3128..8dd50c3f8f5a2a8fcf656864583bfaaa3828d00b 100644 (file)
@@ -53,8 +53,8 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
-  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
-  - "pip install --upgrade \"tox < 3.1\" ppu"
+  - "python -m pip install --upgrade \"pip<21\" \"setuptools<44\""
+  - "pip install --upgrade \"tox<3.1\" ppu"
   - "pip --version"
 
 # No build step - we don't have C extensions