Skip to content

Commit fd33f60

Browse files
committed
feat: update travis deploy script
1 parent f2300f0 commit fd33f60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/python/.travis.yml.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33
python:
44
- "3.8"
55

6+
before_install:
7+
- pip uninstall -y urllib3
8+
- pip install urllib3==1.26.6
9+
610
jobs:
711
include:
812
- stage: pypi release

0 commit comments

Comments
 (0)