summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-06-24 09:07:43 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-06-24 09:09:57 -0400
commit5c9bbbfac8f03be416b268798045b5814c3fbe06 (patch)
tree8d549375eabfe30f8ba39862ad890bd156f9cc0a
parent6bdc313b4750b25252f7e106655ad2565cac356d (diff)
downloadpython-designateclient-5c9bbbfac8f03be416b268798045b5814c3fbe06.tar.gz
Add Python 3 Train unit tests2.12.0
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: Ie2119dec469dba059fa3ce8729f360590d45791c Story: #2005924 Task: #34204
-rw-r--r--.zuul.yaml3
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 854cc04..2b0c758 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,8 +5,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
gate:
diff --git a/setup.cfg b/setup.cfg
index b4605c2..ce28c7c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Topic :: Internet :: Name Service (DNS)
[global]
diff --git a/tox.ini b/tox.ini
index 93b2561..8dc55d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py27,flake8
+envlist = py27,py37,flake8
minversion = 2.0
skipsdist = True