Update python 3 unit test job

This is a mechanically generated patch to update a unit test job running
under Python 3

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: Ib8498d9a06c511cc1bce3d4ab5db520b992d8cd7
Story: #2004073
Task: #27445
This commit is contained in:
ZhongShengping 2019-02-19 16:45:05 +08:00 committed by Ghanshyam Mann
parent b9c00cb97a
commit d3680e477d
3 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,4 @@
- check-requirements
- publish-openstack-docs-pti
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[entry_points]
console_scripts =

View File

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