diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-22 18:51:59 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-22 18:51:59 -0400 |
commit | b09885bc284e4534e247f2bdbdad4fde21a7ae93 (patch) | |
tree | f4b701efc2bafbdb7ee2457bdc67a853708b48e0 | |
parent | c9bcb255ae17d32c0915769cfdf4f2c75234cb51 (diff) |
add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I987ea1413e86d6ce99aa085986cced20bb43860c
Story: #2002586
Task: #24312
Notes
Notes (review):
Code-Review+2: Doug Szumski <doug@stackhpc.com>
Workflow+1: Dobroslaw Zybort <dobroslaw.zybort@ts.fujitsu.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 24 Aug 2018 11:49:28 +0000
Reviewed-on: https://review.openstack.org/595674
Project: openstack/monasca-notification
Branch: refs/heads/master
-rw-r--r-- | .zuul.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | templates: | 2 | templates: |
3 | - openstack-python-jobs | 3 | - openstack-python-jobs |
4 | - openstack-python35-jobs | 4 | - openstack-python35-jobs |
5 | - openstack-python36-jobs | ||
5 | - check-requirements | 6 | - check-requirements |
6 | check: | 7 | check: |
7 | jobs: | 8 | jobs: |