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: Ifc243b812803ec7a015bd2bf53988d9567fca116
Story: #2005924
Task: #34205
This commit is contained in:
Corey Bryant 2019-06-24 09:12:26 -04:00 committed by Stephen Finucane
parent 2a3f53494d
commit 678238dec2
2 changed files with 2 additions and 3 deletions

View File

@ -12,8 +12,7 @@
- project: - project:
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- openstack-python36-jobs - openstack-python3-train-jobs
- openstack-python37-jobs
- check-requirements - check-requirements
- publish-openstack-docs-pti - publish-openstack-docs-pti
check: check:

View File

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