]> git.phdru.name Git - cookiecutter.git/commitdiff
CI: Require pip < 19.1 for Python 2.7 and 3.4
authorOleg Broytman <phd@phdru.name>
Sun, 3 Feb 2019 18:46:34 +0000 (21:46 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 3 Feb 2019 18:46:34 +0000 (21:46 +0300)
project_template/.travis.yml
project_template/appveyor.yml

index d78fc858d1324b9425d095de7fae9354f8b256e7..e5fa7117560c0cecdf8a0de334a6d786cf27ebdf 100644 (file)
@@ -41,7 +41,7 @@ matrix:
     - env: TOXENV=pypy
 
 install:
     - env: TOXENV=pypy
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
 
 script:
   - tox
 
 script:
   - tox
index 7c06e215c023ffb302f25133a4b4fcb3ea86e358..54a1627333fd9a251be01931827f51c5de51cbb5 100644 (file)
@@ -71,7 +71,7 @@ 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 setuptools"
+  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
   - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"
 
   - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"