Skip to content

Commit 7f21680

Browse files
committed
fix ci error
1 parent c66d1c0 commit 7f21680

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
2-
python:
3-
- "3.8"
4-
- "3.9"
5-
- "3.10"
2+
matrix:
3+
include:
4+
- python: 3.8
5+
env: TOXENV=py38
6+
- python: 3.9
7+
env: TOXENV=py39
8+
- python: 3.10
9+
env: TOXENV=py310
610
install: "pip install -r requirements-dev.txt"
711
script:
812
- invoke style-check

0 commit comments

Comments
 (0)