summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:54 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-07-05 15:01:51 -0400
commitfa399b6d45014304ab7d5e03d8581de0624b1ac5 (patch)
tree39d52de3dce0b51fbc5a2f240ca4f531670452c2
parentaeab56bfebe5165ac476d650569e44c0ed2a7e53 (diff)
downloadoslo-serialization-fa399b6d45014304ab7d5e03d8581de0624b1ac5.tar.gz
Add Python 3 Train unit tests2.29.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: Id16ecd5b183c8058e1e8f34d881e523f5dc1d7ee Story: #2005924 Task: #34234
-rw-r--r--.zuul.yaml3
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7814bba..18e5056 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,8 +5,7 @@
- lib-forward-testing-python3
- 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/tox.ini b/tox.ini
index 3e6565d..67a6165 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = py27,py36,py37,pep8
+envlist = py27,py37,pep8
basepython = python3
ignore_basepython_conflict = True