Update python 3 unit test job

This is a mechanically generated patch to update 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: I67c3ee446195455e588e72aeebc54d54d8556d28
Story: #2004073
Task: #27445
This commit is contained in:
ZhongShengping 2019-02-19 16:45:05 +08:00 committed by Ghanshyam Mann
parent 64e4b6893f
commit ae6fb0ab2c
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs

View File

@ -15,6 +15,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

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