From 1266656162770e9c0bf11d1683fa60892d5e7cf9 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Tue, 6 Nov 2018 01:52:58 -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: I37bd6b96781ad8ca47c5cd57f455c540245f27f0 --- .zuul.d/project.yaml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index e2412c6e1d..34210a1a73 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -1,5 +1,7 @@ --- - project: + templates: + - openstack-python36-jobs check: jobs: - openstack-tox-lower-constraints diff --git a/tox.ini b/tox.ini index f9336938bb..d0d9e364d6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py35,py27,pep8,pypy +envlist = py36,py35,py27,pep8,pypy [testenv] usedevelop=True