Skip to content

Commit c2b177d

Browse files
update travis config
1 parent 948c704 commit c2b177d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ matrix:
66
- python: "pypy3.5"
77
include:
88
- name: "Python 3.5 on Linux"
9-
stage: "Build"
9+
stage: "Linux Build"
1010
dist: xenial
1111
python: "3.5"
1212
- name: "Python 3.6 on Linux"
13-
stage: "Build"
13+
stage: "Linux Build"
1414
dist: xenial
1515
python: "3.6"
1616
- name: "Python 3.7 on Linux"
17-
stage: "Build"
17+
stage: "Linux Build"
1818
dist: xenial
1919
python: "3.7"
2020
- name: "Python 3.8-dev on Linux"
21-
stage: "Build"
21+
stage: "Linux Build"
2222
dist: xenial
2323
python: "3.8-dev"
2424
- name: "Python nightly on Linux"
25-
stage: "Build"
25+
stage: "Linux Build"
2626
dist: xenial
2727
python: "nightly"
2828
- name: "Python pypy3.5 on Linux"
29-
stage: "Build"
29+
stage: "Linux Build"
3030
dist: xenial
3131
python: "pypy3.5"
3232
- name: "Python 3.7 on Windows"
33-
stage: "Build"
33+
stage: "Windows Build"
3434
os: windows
3535
language: shell
3636
before_install: choco install python
@@ -39,7 +39,7 @@ matrix:
3939
directories:
4040
- $HOME/AppData/Local/Temp/chocolatey
4141
- name: "Python 3.7 on macOS"
42-
stage: "Build"
42+
stage: "macOS Build"
4343
os: osx
4444
osx_image: xcode10.2
4545
language: shell

0 commit comments

Comments
 (0)