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: I211dcd8edd8fab1a2303f75e990273f830e1dfc2
Story: #2002586
Task: #24757
This commit is contained in:
Doug Hellmann 2018-08-20 13:08:00 -04:00 committed by Emmet Hikory
parent 1cd6207cf8
commit dc792e968b

View File

@ -2,6 +2,7 @@
templates: templates:
- build-openstack-sphinx-docs - build-openstack-sphinx-docs
- openstack-python35-jobs - openstack-python35-jobs
- openstack-python36-jobs
check: check:
jobs: jobs:
- openstack-tox-py27 - openstack-tox-py27