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: Ic94863fc8a5907fc3874cccb87ed217bcd671252
This commit is contained in:
Vieri 2019-08-13 06:03:59 +00:00
parent ceef78a938
commit d70c0939b8
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files] [files]
packages = packages =

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35,py27,pep8 envlist = py37,py36,py27,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True