Merge "add python 3.7 unit test job"

This commit is contained in:
Zuul 2019-03-24 10:21:50 +00:00 committed by Gerrit Code Review
commit bc97c39df4
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,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 = py36,py35,py27,pypy,pep8
envlist = py37,py36,py35,py27,pypy,pep8
skipsdist = True
[testenv]