Skip to content

Commit 14f699e

Browse files
committed
Avoid Python 3.7 pip 22.0.4 failure in Travis.
1 parent 96c5314 commit 14f699e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ python:
99
- "3.9"
1010
- "pypy"
1111
# - "pypy3"
12+
before_install:
13+
- python -m pip install pip==20.1
1214
script: python setup.py test
1315
branches:
1416
only:

0 commit comments

Comments
 (0)