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: I749a23bbed7074116fba2b3c06e617601e6d4620
Story: #2005924
Task: #34225
This commit is contained in:
Corey Bryant
2019-07-05 11:45:57 -04:00
parent dec5eed17f
commit 0a5b6d32de

View File

@ -1,5 +1,5 @@
[tox]
envlist = docs,py36,py37,py27,pep8
envlist = docs,py27,py37,pep8
minversion = 2.3.2
skipsdist = True