From b2cadca905ed71c31ec20937802b8c35783b90ea Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Tue, 6 Nov 2018 23:45:18 -0800 Subject: [PATCH] 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 --- .zuul.yaml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3bab605..b6b78da 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: diff --git a/tox.ini b/tox.ini index c8f95a6..177c44d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 minversion = 2.3.2 skipsdist = True