From f4a4af87019bb535082561b7280873842653956e Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 12:07:53 -0400 Subject: [PATCH] Add Python 3 Train unit tests This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ie696d60c6c6d53f189ad4259a1682d030478fdf2 Story: #2005924 Task: #34253 --- tox.ini | 2 +- zuul.d/layout.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f9ff0e67de..92a417e46d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = pep8,py37,py36,py35,py27 +envlist = pep8,py27,py37 [testenv] usedevelop = True diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 18f7f5530d..57d87bdb00 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -5,9 +5,8 @@ - check-requirements - release-notes-jobs-python3 - openstack-python-jobs - - openstack-python36-jobs - tripleo-standalone-scenarios-full - - openstack-python37-jobs + - openstack-python3-train-jobs check: jobs: - openstack-tox-pep8