mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
[#757] add stage name to test stage to be explicit
This commit is contained in:
parent
eb4b3ead51
commit
b6bd14fb27
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue