Merge "Create openstack-tox-py37 job"

This commit is contained in:
Zuul 2018-10-10 18:17:29 +00:00 committed by Gerrit Code Review
commit 03319c4650
1 changed files with 20 additions and 0 deletions

View File

@ -405,6 +405,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