Add python 3.7 testing

This patch sets up octavia-lib to run the python 3.7 unit tests.

Change-Id: I65ad2a4b418da9ee198551aa6e2928ef3984d91b
This commit is contained in:
Michael Johnson 2019-04-15 07:06:22 -07:00 committed by Nir Magnezi
parent 94aef0abe2
commit effa28ac20
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 2.7
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.5.0
envlist = docs,py36,py27,pep8
envlist = docs,py36,py37,py27,pep8
skipsdist = True
[testenv]

View File

@ -5,5 +5,6 @@
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3