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: Ie9765e198e1204f56976476c8cfc9cc008c23d8f
Story: #2005924
Task: #34234
This commit is contained in:
Corey Bryant 2019-07-05 11:56:59 -04:00
parent aff2fd2d1d
commit e4b89ae2cb
2 changed files with 2 additions and 3 deletions

View File

@ -110,8 +110,7 @@
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
check:

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1
envlist = pep8,py27,py36,py37,docs
envlist = pep8,py27,py37,docs
ignore_basepython_conflict = True
[testenv]