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.
2 parents 4e3f255 + ba72c70 commit 6a51064Copy full SHA for 6a51064
.travis.yml
@@ -3,6 +3,10 @@ language: python
3
python:
4
- "3.8"
5
6
+before_install:
7
+ - pip uninstall -y urllib3
8
+ - pip install urllib3==1.26.6
9
+
10
jobs:
11
include:
12
- stage: pypi release
0 commit comments