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: I7ee18992a3f769a029157e09e5b7911660c7a910
This commit is contained in:
Vieri 2019-08-13 06:22:39 +00:00
parent a1d5f2382e
commit 4379915dc5
2 changed files with 3 additions and 3 deletions

View File

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

View File

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