Merge "add python 3.7 unit test job"

This commit is contained in:
Zuul 2019-05-07 23:36:02 +00:00 committed by Gerrit Code Review
commit 1fe8b7585d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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