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