Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8329a3

Browse files
authoredAug 8, 2019
travis: use build names (#378)
1 parent 62c8c8c commit a8329a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python:
1010
- "3.6"
1111
- "3.5"
1212
- "2.7"
13+
- "3.8-dev"
1314

1415
cache: pip
1516

@@ -39,6 +40,7 @@ after_success:
3940
matrix:
4041
include:
4142
- &django_py27
43+
name: "Django test (Python 2.7)
4244
python: "2.7"
4345
install:
4446
- pip install -U pip
@@ -59,6 +61,7 @@ matrix:
5961

6062
- &django_py3
6163
<<: *django_py27
64+
name: "Django test (Python 3.7)"
6265
python: "3.7"
6366

6467
# vim: sw=2 ts=2 sts=2

0 commit comments

Comments
 (0)
Please sign in to comment.