Merge "Create openstack-tox-py36 job"

This commit is contained in:
Zuul 2018-01-25 08:03:52 +00:00 committed by Gerrit Code Review
commit 1823e3ea20

View File

@ -275,6 +275,24 @@
tox_envlist: py35
bindep_profile: test py35
- job:
name: openstack-tox-py36
parent: openstack-tox
nodeset: fedora-26
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.6. This test runs on a Fedora 26 node.
Uses tox with the ``py36`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: py36
bindep_profile: test py36
- job:
name: openstack-tox-pypy
parent: openstack-tox