From b6bd14fb27ab1a0ae37a93009100ee6b6958e365 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Fri, 29 Nov 2019 11:37:51 -0800 Subject: [PATCH] [#757] add stage name to test stage to be explicit --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a948fbac..ececef6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ dist: xenial # required for Python >= 3.7 language: python jobs: include: - - name: "Python 3.6 on Linux" + - stage: "Test" + name: "Python 3.6 on Linux" python: 3.6 - name: "Python 3.7 on Linux" python: 3.7