Merge "Add openstack-python37-jobs template"

This commit is contained in:
Zuul 2018-11-06 17:34:24 +00:00 committed by Gerrit Code Review
commit f182ec8de1
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 =