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: I1296a80e7a08504e6e6afba52510085393e68d81
Story: #2005924
Task: #34223
This commit is contained in:
Corey Bryant 2019-07-05 13:19:01 -04:00
parent 45043b43ce
commit 3b9ec1177f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,36,37},pypy,cover,pep8
envlist = py27,py37,pypy,cover,pep8
minversion = 2.5
skipsdist = True