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

Depends-on: https://review.opendev.org/668970

Change-Id: I3ea85523b3f17a605bb2bda340f2b4dc553655fa
Story: #2005924
Task: #34215
This commit is contained in:
Corey Bryant 2019-06-26 18:20:35 -04:00 committed by Colleen Murphy
parent 732fc6bec7
commit dbf4776bbf
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,5 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- release-notes-jobs-python3

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.5.0
skipsdist = True
envlist = py27,py36,py37,pep8,cover,docs,releasenotes
envlist = py27,py37,pep8,cover,docs,releasenotes
[testenv]
usedevelop = True