Merge "add python 3.7 unit test job"

This commit is contained in:
Zuul 2019-02-26 20:11:26 +00:00 committed by Gerrit Code Review
commit 961e906849
2 changed files with 2 additions and 1 deletions

View File

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

View File

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