]> git.phdru.name Git - m_librarian.git/commitdiff
CI: pip<21 for Python 2.7
authorOleg Broytman <phd@phdru.name>
Wed, 6 May 2020 20:28:11 +0000 (23:28 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 6 May 2020 20:28:11 +0000 (23:28 +0300)
.travis.yml
appveyor.yml

index bdaddf94fa5445f6f69a335e37d9d7b652ed2c1b..e5d05742ad2f99f70cb0cf441298737e8b06faf9 100644 (file)
@@ -29,7 +29,7 @@ matrix:
     env: TOXENV=py38-flake8
 
 install:
-  - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu
+  - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox ppu
 
 script:
   - tox
index 0b492c394660b4036c313fe9e9a3855bb847ea44..9cd4abde7f8695efa6ddbbef02e7a4dc1f810789 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<19.1\" \"setuptools<44\""
+  - "python -m pip install --upgrade \"pip<21\" \"setuptools<44\""
   - "pip install --upgrade \"tox<3.1\" ppu"
   - "pip --version"