add python 3.7 unit test job

See ML discussion here [1] for context.

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

Change-Id: I3cd3a851efbfbe481482130d024723e10ab1395c
Story: #2004073
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
This commit is contained in:
Sahid Orentino Ferdjaoui 2019-03-25 10:57:20 +00:00
parent 1bf4b31b58
commit 8f7e4e9c1e
2 changed files with 2 additions and 1 deletions

View File

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

View File

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