]> git.phdru.name Git - sqlconvert.git/blobdiff - appveyor.yml
Limit `setuptools<44` for Python 2.7
[sqlconvert.git] / appveyor.yml
index 889563211dd574ed1204847b42d0ceb4c62d7bb5..b6d29f8005d58d29c06bdb3fef7ff959a849d541 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<19.1\" \"setuptools<44\""
+  - "pip install --upgrade \"tox<3.1\" ppu"
   - "pip --version"
 
 # No build step - we don't have C extensions