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: I77b4d2de48d9c637424dfb5cb7e00332835690d8
This commit is contained in:
Nguyen Hai Truong 2018-11-06 23:45:18 -08:00 committed by Akihiro Motoki
parent acf3f91833
commit b2cadca905
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
- project:
templates:
- check-requirements
- openstack-cover-jobs-horizon
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python35-jobs-horizon
- openstack-cover-jobs-horizon
- openstack-python36-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
minversion = 2.3.2
skipsdist = True