Skip to content

Commit d935be5

Browse files
committed
Try to move python matrix under jobs
1 parent 3ebf0b4 commit d935be5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ stages:
77
- name: "Unit Test"
88

99
language: "python"
10-
python:
11-
- "3.6"
12-
- "3.7"
13-
# - "3.8"
14-
# - "3.9"
1510

1611
services:
1712
- "docker"
@@ -52,6 +47,12 @@ jobs:
5247
- "poetry install"
5348
script:
5449
- "invoke pytest --local"
50+
python:
51+
- "3.6"
52+
- "3.7"
53+
# - "3.8"
54+
# - "3.9"
55+
5556

5657
deploy:
5758
provider: "script"

0 commit comments

Comments
 (0)