We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8495c22 commit 7c93cd3Copy full SHA for 7c93cd3
.travis.yml
@@ -48,8 +48,10 @@ jobs:
48
49
50
before_install: |
51
- # Upgrade pip, setuptools, and wheel
52
- pip install -U pip setuptools wheel
+ # Upgrade pip to the last version that supported python 3.5
+ pip install -Iv pip==20.3.4
53
+ # Upgrade setuptools, and wheel
54
+ pip install -U setuptools wheel
55
56
install: |
57
pip install -Ur external/mypy/test-requirements.txt
0 commit comments