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

index 5322bfb1c625e679ff02d0529e8c60fed20af6bb..649e518a19cfe28d2b34610993e79e53ba8528f3 100644 (file)
@@ -29,7 +29,7 @@ matrix:
     env: TOXENV=py38-flake8
 
 install:
-  - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox
+  - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox
 
 script:
   - tox
index 679e4522bb311d4ac3d91ebaf4973a250d5c05bc..8dd50c3f8f5a2a8fcf656864583bfaaa3828d00b 100644 (file)
@@ -53,7 +53,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"