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: I4311a9541b33653c396fa4bae9d39633f14e809f
Story: #2005924
Task: #34225
This commit is contained in:
Corey Bryant 2019-07-05 11:46:00 -04:00
parent 7a58374fde
commit 806763b86c
1 changed files with 1 additions and 1 deletions

View File

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