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: I48bedc1b811f8e2ba49ce3b99dfa8d51a37e5354
Story: #2005924
Task: #34223
This commit is contained in:
Corey Bryant
2019-07-05 11:42:17 -04:00
parent 3404a6df72
commit d457ccb052
3 changed files with 4 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
check:
jobs:
- build-monasca-docker-image

View File

@@ -19,7 +19,8 @@ classifier=
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,pep8,cover
envlist = py27,py37,pep8,cover
minversion = 2.5
skipsdist = True