Skip to content

Commit 6a51064

Browse files
Merge pull request #65 from appwrite/dev
Dev
2 parents 4e3f255 + ba72c70 commit 6a51064

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

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)