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

index 1d1cdf6fcb245ffe65e14ac34e89df437310b066..fc18d5cf48f4b76f3c442ba7f004c326b4464db0 100644 (file)
@@ -60,7 +60,7 @@ matrix:
     env: TOXENV=py38-flake8
 
 install:
     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
 
 script:
   - tox
index 889563211dd574ed1204847b42d0ceb4c62d7bb5..b6d29f8005d58d29c06bdb3fef7ff959a849d541 100644 (file)
@@ -70,8 +70,8 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "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
   - "pip --version"
 
 # No build step - we don't have C extensions