Add python3.7 unit test job

This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

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

Change-Id: I682d70484e90eceaafeba6b69c83e5dbe1b301e7
This commit is contained in:
Cai Hui 2019-06-05 03:20:25 -04:00
parent 29ccde06a3
commit 346dfa8ef2
2 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py36,pep8,pylint,docs
envlist = py27,py36,py37,pep8,pylint,docs
skipsdist = True
[testenv]
@ -40,12 +40,12 @@ commands = {posargs}
[testenv:py27]
basepython = python2.7
[testenv:py35]
basepython = python3.5
[testenv:py36]
basepython = python3.6
[testenv:py37]
basepython = python3.7
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt