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: I298d3edae82bb54d8f23bd87be8cd641edec9714
Story: #2005924
Task: #34222
This commit is contained in:
Corey Bryant 2019-07-05 11:41:06 -04:00
parent 924a681a5a
commit eba4d3acec

View File

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