summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-06-24 10:25:46 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-06-24 10:31:55 -0400
commit183eb08c6b2c978dbd6b4fff77f13d017a7f8c7d (patch)
treec64dfbe217dcc0b18622ca790de35987e91234bc
parent0ad471871404a5dea87b588ec3744bb8d04093a7 (diff)
downloadheat-cfntools-183eb08c6b2c978dbd6b4fff77f13d017a7f8c7d.tar.gz
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: I1ba956644bdf7c10bd2b6780e556df4c70bceeab Story: #2005924 Task: #34209
-rw-r--r--.zuul.yaml4
-rw-r--r--setup.cfg3
-rw-r--r--tox.ini2
3 files changed, 5 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index d86aa01..7db58cb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,8 +3,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- publish-openstack-docs-pti
- publish-to-pypi
diff --git a/setup.cfg b/setup.cfg
index 64195d8..064dba6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,9 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff --git a/tox.ini b/tox.ini
index aa31c5b..7841f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}