Skip to content

Commit cabc88f

Browse files
authored
Merge pull request #211 from zhy1985555/master
update travis config
2 parents 0df5f20 + 01dd284 commit cabc88f

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
@@ -5,16 +5,16 @@ python:
55
- '3.5'
66
- '3.6'
77
- '3.7'
8-
- '3.10'
8+
- '3.9'
99
install:
1010
- pip install requests
1111
- pip install six
1212
- pip install nose
1313
- pip install pycodestyle
14+
- pip install importlib_metadata
1415
- pip install dicttoxml
1516
- pip install crcmod
1617
- pip install pycryptodome
17-
- pip install importlib_metadata
1818
notifications:
1919
email:
2020
recipients:

0 commit comments

Comments
 (0)