Create openstack-tox-py37 job

Add a centralized job for running unit tests under Python 3.7.

Change-Id: I7840899db4aa6295a09afc0470fe32c02b6a072c
This commit is contained in:
Corey Bryant 2018-10-09 13:37:11 -04:00
parent 807a7b4093
commit 284f3c3396
1 changed files with 20 additions and 0 deletions

View File

@ -383,6 +383,26 @@
tox_envlist: py36
bindep_profile: test py36
- job:
name: openstack-tox-py37
parent: openstack-tox
nodeset: ubuntu-bionic
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.7.
Uses tox with the ``py37`` environment.
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: py37
bindep_profile: test py37
- job:
name: openstack-tox-pypy
parent: openstack-tox