Add py37 check/gate jobs; add py37 to default tox env list

Change-Id: Ifbc6dc731df20b4bba905a110e71ea5c9cc52c0f
This commit is contained in:
Tim Burke 2019-02-27 11:08:28 -08:00
parent b8c863e6bb
commit d32deaaddd
3 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[global]
setup-hooks =

View File

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