From a8329a3096596d65ff9ab26cdd579b1d1ca3a0af Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Thu, 8 Aug 2019 21:48:28 +0900 Subject: [PATCH] travis: use build names (#378) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 017c3bb..76952ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "3.6" - "3.5" - "2.7" + - "3.8-dev" cache: pip @@ -39,6 +40,7 @@ after_success: matrix: include: - &django_py27 + name: "Django test (Python 2.7) python: "2.7" install: - pip install -U pip @@ -59,6 +61,7 @@ matrix: - &django_py3 <<: *django_py27 + name: "Django test (Python 3.7)" python: "3.7" # vim: sw=2 ts=2 sts=2