]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
Limit `setuptools<44` for Python 2.7
[m_librarian.git] / appveyor.yml
index 12053007902df0fba6c8a8518db923ba37c30c66..0b492c394660b4036c313fe9e9a3855bb847ea44 100644 (file)
@@ -50,8 +50,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