]> git.phdru.name Git - ppu.git/commitdiff
Limit `setuptools<44` for Python 2.7
authorOleg Broytman <phd@phdru.name>
Fri, 28 Feb 2020 12:11:06 +0000 (15:11 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Feb 2020 12:11:06 +0000 (15:11 +0300)
.travis.yml
appveyor.yml

index da0836a7d916b4cddc031c98c1ad4c784487380c..5322bfb1c625e679ff02d0529e8c60fed20af6bb 100644 (file)
@@ -29,7 +29,7 @@ matrix:
     env: TOXENV=py38-flake8
 
 install:
-  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox
+  - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox
 
 script:
   - tox
index e598126c669c7f25ddcaa7cb85b17188fedd3128..679e4522bb311d4ac3d91ebaf4973a250d5c05bc 100644 (file)
@@ -53,8 +53,8 @@ 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"
-  - "pip install --upgrade \"tox < 3.1\" ppu"
+  - "python -m pip install --upgrade \"pip<19.1\" \"setuptools<44\""
+  - "pip install --upgrade \"tox<3.1\" ppu"
   - "pip --version"
 
 # No build step - we don't have C extensions