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: I87be8b97790f73256e9b26b9756b5e8a2461314d
Story: #2005924
Task: #34223
This commit is contained in:
Corey Bryant 2019-07-05 13:18:08 -04:00
parent bcbd8d08de
commit cd304f3ac3
1 changed files with 1 additions and 1 deletions

View File

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