From 2d3765ed565aba3b9793efcfc5c2d1ea534f1a0d Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 26 Jun 2019 18:20:34 -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: Iae72e055b0f407c1643b6c6161af28b535712a7d Story: #2005924 Task: #34215 --- .zuul.yaml | 3 +-- tox.ini | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e84744cd..883bc2b1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,8 +3,7 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - check-requirements - lib-forward-testing diff --git a/tox.ini b/tox.ini index 5b46a4a8..d8629266 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.5.0 skipsdist = True -envlist = py37,py36,py27,pep8,releasenotes +envlist = py27,py37,pep8,releasenotes [testenv] usedevelop = True