[#757] add stage name to test stage to be explicit

This commit is contained in:
Jonathan Wren 2019-11-29 11:37:51 -08:00
parent eb4b3ead51
commit b6bd14fb27

View file

@ -2,7 +2,8 @@ dist: xenial # required for Python >= 3.7
language: python language: python
jobs: jobs:
include: include:
- name: "Python 3.6 on Linux" - stage: "Test"
name: "Python 3.6 on Linux"
python: 3.6 python: 3.6
- name: "Python 3.7 on Linux" - name: "Python 3.7 on Linux"
python: 3.7 python: 3.7