Skip to content

Commit 5c52abe

Browse files
Merge pull request bryanyang0528#115 from bryanyang0528/add_python10
add python 3.10
2 parents 17e23af + 41c60f0 commit 5c52abe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: python
2-
python:
3-
- "3.6"
4-
- "3.7.13"
5-
- "3.8"
6-
- "3.9"
2+
matrix:
3+
fast_finish: true
4+
include:
5+
- python: '3.10.2'
6+
dist: bionic
7+
- python: '3.9'
8+
- python: '3.8'
9+
- python: '3.7.13'
10+
711
# command to install dependencies
812
install:
913
- pip install .[dev]

0 commit comments

Comments
 (0)