Skip to content

Commit

Permalink
Merge pull request #219 from zhy1985555/master
Browse files Browse the repository at this point in the history
支持python 3.10 ut 构建环境
  • Loading branch information
zhy1985555 authored Jun 27, 2022
2 parents da8001d + dec81f6 commit 1313810
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
sudo: false
language: python
dist: xenial
python:
- '2.7'
- '3.5'
- '3.6'
- '3.8'
- '3.9'
- "3.10"
- '3.9'
dist: focal
- '3.10'
dist: focal
install:
- pip install requests
- pip install six
Expand Down

0 comments on commit 1313810

Please sign in to comment.