]> git.phdru.name Git - sqlconvert.git/blobdiff - appveyor.yml
CI: pip<21 for Python 2.7
[sqlconvert.git] / appveyor.yml
index 889563211dd574ed1204847b42d0ceb4c62d7bb5..9aa0e1fe5adbf6eeab6525238b57deb25d7750c9 100644 (file)
@@ -70,8 +70,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