Skip to content

Commit 91ee786

Browse files
Merge pull request #1596 from zhaoqin-github/v3.0.11.2
Cap Python2 version
2 parents 64004a6 + d76152e commit 91ee786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
3-
- 2.7
3+
- 2.7.15
44
- 3.5
55
- 3.6
6-
dist: focal
6+
dist: bionic
77
sudo: true
88
env:
99
global:

0 commit comments

Comments
 (0)