CI: Use official OpenStack Train Python jobs

This change adds the official CI jobs for the OpenStack Train release as
a result of discussion surrounding Python 3.7 support in the #airshipit
weekly IRC meeting on 4/16 [0].

[0] http://eavesdrop.openstack.org/meetings/airship/2019/airship.2019-04-16-16.00.log.txt

Change-Id: I3fecce9255286de36c5e3d5b02abac8f87aa0872
This commit is contained in:
Drew Walters 2019-04-16 18:37:48 +00:00
parent 9a43213198
commit 707137dfe3
2 changed files with 8 additions and 2 deletions

View File

@ -14,8 +14,7 @@
templates:
- openstack-cover-jobs
- docs-on-readthedocs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs
vars:
rtd_webhook_id: '47578'
check:

View File

@ -39,6 +39,13 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:py37]
basepython = python3.7
commands =
{[testenv]commands}
stestr run {posargs}
stestr slowest
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt