Add the py37 testing job

Add the py37 testing job in tox.ini

Change-Id: I3cf540e4c57af4d274f88b0ae67401ccb5a86742
This commit is contained in:
Cai Hui 2019-05-24 23:27:32 -04:00
parent 0ee55dea2f
commit c65ce69ea2
2 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,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,5 +1,5 @@
[tox]
envlist = py{36,27},pep8,pylint,docs
envlist = py27,py36,py37,pep8,pylint,docs
skipsdist = True
[testenv]
@ -51,8 +51,8 @@ commands = {posargs}
[testenv:py27]
basepython = python2.7
[testenv:py35]
basepython = python3.5
[testenv:py37]
basepython = python3.7
[testenv:py36]
basepython = python3.6