Add tox bashate job

This is a common job we have in old code.

Change-Id: Ida33d738a6496938adbb522fa1bcabf13d768d83
This commit is contained in:
Monty Taylor 2017-09-12 08:02:37 -06:00
parent 166236eab3
commit e26f8d3ba4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@
vars:
tox_envlist: cover
- job:
name: tox-bashate
parent: tox
description: |
Run bashate tests.
Uses tox with the ``bashate`` environment.
vars:
tox_envlist: bashate
- job:
name: python-sdist
description: |