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: I29a89ee1abbbfaa7d9593923c17f8999b9323d25
Story: #2005924
Task: #34215
This commit is contained in:
Corey Bryant 2019-06-26 18:20:35 -04:00 committed by Colleen Murphy
parent 6fd71d4a19
commit 4095c1b5f7
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- project:
templates:
- openstack-specs-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs
check:
jobs:
- openstack-tox-py27

View File

@ -10,6 +10,11 @@ classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
[build_sphinx]
all_files = 1

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = docs,py27
envlist = docs,py27,py37
skipsdist = True
[testenv]