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

index 702671ec850a42452fb48d4757089c544d1f8fd0..bdaddf94fa5445f6f69a335e37d9d7b652ed2c1b 100644 (file)
@@ -29,7 +29,7 @@ matrix:
     env: TOXENV=py38-flake8
 
 install:
-  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
+  - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu
 
 script:
   - tox
index 12053007902df0fba6c8a8518db923ba37c30c66..0b492c394660b4036c313fe9e9a3855bb847ea44 100644 (file)
@@ -50,8 +50,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