From 3ef811544b31f39c5b5dcd927ca75e5439764fd7 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 26 Jul 2019 15:10:14 -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 Note that openstack-python35-jobs is retained since this charm is supported on Xenial. Change-Id: I837fd1be8e021c05737d29d0c320736148a589ba Story: #2005924 Task: #34228 --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5e75d94..1da07d2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,3 +2,4 @@ templates: - python-charm-jobs - openstack-python35-jobs + - openstack-python3-train-jobs diff --git a/tox.ini b/tox.ini index 4ab5793..cf3bdad 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # within individual charm repos. [tox] skipsdist = True -envlist = pep8,py3 +envlist = pep8,py37 skip_missing_interpreters = True [testenv]