Add py37 for future supports

Change-Id: I437970720a59ff04935351f9802a5e3046707c74
This commit is contained in:
Kota Tsuyuzaki 2019-03-04 21:37:51 +09:00
parent 998b22ac6c
commit e8f8c800bf
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -38,6 +38,10 @@ commands =
basepython = python3
commands = {[testenv:py35]commands}
[testenv:py37]
basepython = python3
commands = {[testenv:py35]commands}
[testenv:func]
basepython = python2.7
deps =