Skip to content

Commit 7ba4cc0

Browse files
Use named stages
1 parent a402c6e commit 7ba4cc0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ 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
2124
- os: windows
2225
language: shell

0 commit comments

Comments
 (0)