Skip to content

Commit 1313810

Browse files
authored
Merge pull request #219 from zhy1985555/master
支持python 3.10 ut 构建环境
2 parents da8001d + dec81f6 commit 1313810

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
sudo: false
22
language: python
3+
dist: xenial
34
python:
45
- '2.7'
56
- '3.5'
67
- '3.6'
78
- '3.8'
89
- '3.9'
9-
- "3.10"
10+
- '3.9'
11+
dist: focal
12+
- '3.10'
13+
dist: focal
1014
install:
1115
- pip install requests
1216
- pip install six

0 commit comments

Comments
 (0)