Skip to content

Commit 93fecdf

Browse files
Use named stages
1 parent a402c6e commit 93fecdf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ python:
1414

1515
matrix:
1616
include:
17-
- python: 3.7
17+
-
18+
stage: Check
19+
python: 3.7
1820
script: scripts/check
19-
- python: 3.7
21+
- stage: Docs
22+
python: 3.7
2023
script: scripts/docs
21-
- os: windows
24+
- stage: Test
25+
os: windows
2226
language: shell
2327
python: 3.7
2428
env:

0 commit comments

Comments
 (0)