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: Iffde0ffc4a8f640e58ce3beb5706186ca038eede
Story: #2005924
Task: #34200
This commit is contained in:
Corey Bryant
2019-06-21 16:22:54 -04:00
committed by Sean McGinnis
parent 938c00a972
commit 67c9d2a119

View File

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