diff --git a/.zuul.yaml b/.zuul.yaml index d58937057..cf76c575e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -184,9 +184,10 @@ - designate-devstack-jobs - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python36-jobs - openstack-python-jobs - openstack-python35-jobs + - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - periodic-stable-jobs - check-requirements diff --git a/tox.ini b/tox.ini index 84c19b20a..205f69cfc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,py36,flake8 +envlist = py35,py27,py36,py37,flake8 skipsdist = True [testenv] @@ -45,6 +45,12 @@ commands = {[testenv]commands} stestr run {posargs} +[testenv:py37] +basepython = python3.7 +commands = + {[testenv]commands} + stestr run '{posargs}' + [testenv:docs] basepython = python3 deps =