]> git.phdru.name Git - sqlconvert.git/commitdiff
CI: Require pip < 19.1 for Python 2.7 and 3.4
authorOleg Broytman <phd@phdru.name>
Sun, 3 Feb 2019 18:53:16 +0000 (21:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 4 Feb 2019 17:32:27 +0000 (20:32 +0300)
.travis.yml
appveyor.yml

index b240f97bab00f3881c3c73e850509aab7ea16c4b..eace8ca61e2aef584d8717ba6a353ee71f0d618b 100644 (file)
@@ -65,7 +65,7 @@ matrix:
     env: TOXENV=py37-flake8
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
 
 script:
   - tox
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"