Add openstack-python37-jobs template

Make sure that we are testing with the latest python version, too.

We should also add a functional job running with py37.

Change-Id: If6c2cd41ec39f15682ea6385ccbb5cfc8551689a
This commit is contained in:
Jens Harbott 2018-10-12 08:44:36 +00:00 committed by Jens Harbott (frickler)
parent 72e4e13d8e
commit 0fd6f568fb
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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 =