Skip to content

Commit 2d42134

Browse files
committed
Update CI to use newer Ubuntu
The default Ubuntu has an older version of OpenSSL which is incompatible with urllib3.
1 parent 4e3f255 commit 2d42134

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22

3+
dist: bionic
4+
35
python:
46
- "3.8"
57

@@ -13,4 +15,4 @@ jobs:
1315
username: "__token__"
1416
password: $PYPI_TOKEN
1517
on:
16-
tags: true
18+
tags: true

0 commit comments

Comments
 (0)