]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
CI: Require pip < 19.1 for Python 2.7 and 3.4
[m_librarian.git] / appveyor.yml
index fbe893a4d9b533ab92c0778f9ccd76449270465e..0c913f24b63f02c99ed36603a594e27d1bba4b36 100644 (file)
@@ -50,7 +50,7 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
-  - "python -m pip install --upgrade pip setuptools"
+  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
   - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"