Add openstack-tox-py37 job

Enables py37 testing while also being more friendly with developer
environments where not all python versions may be available.

Runs the docs jobs last as that one is the least likely to be needed.

Tox min version is needed for the new options used inside.

Change-Id: Icc6cb4979b2523a0edfc6375c5c032bb8be76b9f
Story: #2004073
Task: #27440
This commit is contained in:
Corey Bryant 2018-10-15 12:38:53 -04:00 committed by Sorin Sbarnea
parent 30926f6dbe
commit 20d95468bc
2 changed files with 5 additions and 2 deletions

View File

@ -112,6 +112,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
check:

View File

@ -1,6 +1,8 @@
[tox]
minversion = 2.0
envlist = py{27,35,36},pep8,docs
minversion = 3.1
envlist = pep8,py{37,36,35,27},docs
ignore_basepython_conflict = True
skip_missing_interpreters = True
[testenv]
usedevelop = True