summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:58 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-07-05 15:12:53 -0400
commitd431c7a55153fc828ffa44dddd33d7d438e1ee3d (patch)
treec7d852d16efad36dbf386936d4c2aedccb20615a
parentede0ec402eee45e107c1fde429c3332b3e49f60e (diff)
downloadosprofiler-d431c7a55153fc828ffa44dddd33d7d438e1ee3d.tar.gz
Add Python 3 Train unit teststrain-em2.8.2
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: I18d35d120bed22f5bbb4b8e15942d3e48063615d Story: #2005924 Task: #34234
-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 8799506..f5cced5 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -6,8 +6,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-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 85bd048..6030a25 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
[files]
packages =
diff --git a/tox.ini b/tox.ini
index b044948..8601286 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
-envlist = py36,py27,pep8
+envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}