]> git.phdru.name Git - sqlconvert.git/blobdiff - appveyor.yml
CI: Require pip < 19.1 for Python 2.7 and 3.4
[sqlconvert.git] / appveyor.yml
index 71ba97d0ef83b2fbde2ec240f0615719450671ce..cecbe1f38446a4f331cfb580d70ececd824a9864 100644 (file)
@@ -65,7 +65,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"