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: I894fb344e442a83e7478b51a82fd65e53900e8df
This commit is contained in:
qingszhao 2019-08-12 14:00:55 +00:00 committed by Eric K
parent a751a24c69
commit cfe14c4430
3 changed files with 3 additions and 1 deletions

View File

@ -151,6 +151,7 @@
- check-requirements
- tempest-plugin-jobs
- publish-openstack-docs-pti
- openstack-python3-train-jobs
check:
jobs:
- congress-tempest-py2-mysql

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py36,py27,pep8
envlist = py37,py27,pep8
skipsdist = True
[testenv]