From e26f8d3ba45c60a7cb7f53b984b0fbb99be7aa69 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Tue, 12 Sep 2017 08:02:37 -0600
Subject: [PATCH] Add tox bashate job

This is a common job we have in old code.

Change-Id: Ida33d738a6496938adbb522fa1bcabf13d768d83
---
 zuul.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/zuul.yaml b/zuul.yaml
index fbea82b7c..8b526ae02 100644
--- a/zuul.yaml
+++ b/zuul.yaml
@@ -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: |