Skip to content

Commit 7c93cd3

Browse files
authored
pin pip to last supported python 3.5 version in travis config (#209)
1 parent 8495c22 commit 7c93cd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
4949
5050
before_install: |
51-
# Upgrade pip, setuptools, and wheel
52-
pip install -U pip setuptools wheel
51+
# Upgrade pip to the last version that supported python 3.5
52+
pip install -Iv pip==20.3.4
53+
# Upgrade setuptools, and wheel
54+
pip install -U setuptools wheel
5355
5456
install: |
5557
pip install -Ur external/mypy/test-requirements.txt

0 commit comments

Comments
 (0)