travis: use build names (#378)

This commit is contained in:
Inada Naoki
2019-08-08 21:48:28 +09:00
committed by GitHub
parent 62c8c8c62b
commit a8329a3096

View File

@ -10,6 +10,7 @@ python:
- "3.6" - "3.6"
- "3.5" - "3.5"
- "2.7" - "2.7"
- "3.8-dev"
cache: pip cache: pip
@ -39,6 +40,7 @@ after_success:
matrix: matrix:
include: include:
- &django_py27 - &django_py27
name: "Django test (Python 2.7)
python: "2.7" python: "2.7"
install: install:
- pip install -U pip - pip install -U pip
@ -59,6 +61,7 @@ matrix:
- &django_py3 - &django_py3
<<: *django_py27 <<: *django_py27
name: "Django test (Python 3.7)"
python: "3.7" python: "3.7"
# vim: sw=2 ts=2 sts=2 # vim: sw=2 ts=2 sts=2