From 7031f14e068d637f514223cfcd2cad281588e33e Mon Sep 17 00:00:00 2001 From: qingszhao Date: Tue, 13 Aug 2019 02:57:16 +0000 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: I13689a385bf237681bc96f3cc62fc17864f12659 --- .zuul.yaml | 3 +-- setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index fd1bd9e1..35282dc2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,9 +14,8 @@ templates: - openstack-cover-jobs - openstack-python-jobs - - openstack-python35-jobs - docs-on-readthedocs - - openstack-python36-jobs + - openstack-python3-train-jobs vars: rtd_webhook_id: '38572' rtd_project_name: 'airship-deckhand' diff --git a/setup.cfg b/setup.cfg index 622e5d18..e0adef59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index 580a4a03..00740abc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.3.1 skipsdist = True -envlist = py{36,35,27},py{36,35,27}-{postgresql},functional,cover,pep8,bandit,docs +envlist = py{37,36,27},py{37,36,27}-{postgresql},functional,cover,pep8,bandit,docs [testenv] usedevelop = True