Merge "make openstack-tox-cover inherit from tox-cover"

This commit is contained in:
Zuul 2017-10-21 13:27:38 +00:00 committed by Gerrit Code Review
commit ec5347287f

@ -304,17 +304,19 @@
- job:
name: openstack-tox-cover
parent: openstack-tox
parent: tox-cover
description: |
Run code coverage tests.
Uses tox with the ``cover`` environment.
required-projects:
- name: openstack/requirements
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: cover
tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"
- job:
name: openstack-tox-bashate