From 6216fbb27cbc0c50b687c2321920af2ed7010bfd Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:48:18 -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: I57e06cfdfc94f483d61ed517dc84bd0a461f1e73 Story: #2005924 Task: #34227 --- tox.ini | 2 +- zuul.d/projects.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3196396..632b711 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.5.0 -envlist = docs,py36,py37,py27,pep8 +envlist = docs,py27,py37,pep8 skipsdist = True [testenv] diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 9366b65..e731433 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -4,7 +4,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - release-notes-jobs-python3