summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:48 -0400
committerBen Nemec <bnemec@redhat.com>2019-08-09 22:48:06 +0000
commitdb780378d200f2ce671b31084c0b1f970d0621ef (patch)
tree86c26c07f2f3c6ebc4f1305a70a7c913b6db1364
parent21e70f853e4b0934364277c12256ba70aa578563 (diff)
downloadoslo-db-db780378d200f2ce671b31084c0b1f970d0621ef.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: Ie47812bec5284d447a2f9c339a5b29d49d83ab53 Story: #2005924 Task: #34234
-rw-r--r--.zuul.yaml2
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index fa1fa66..18e5056 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,7 +5,7 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
+ - openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff --git a/setup.cfg b/setup.cfg
index 1057d60..898ac13 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[extras]
# So e.g. nova can test-depend on oslo.db[mysql]
diff --git a/tox.ini b/tox.ini
index 9ae5a49..ce09ed3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py27,py36,pep8
+envlist = py27,py37,pep8
[testenv]
whitelist_externals =