From 0c1cb59cc2bd832a09ab195cd2c310857ce99c32 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 8 Jun 2018 12:40:53 +1000 Subject: [PATCH] Run pep8 Change-Id: I9c0b96d7b3ca83c12617dc41d35dd31b8085534d --- .zuul.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index dc0d294..e686a32 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,4 +3,10 @@ templates: - system-required - openstack-python35-jobs - - publish-to-pypi \ No newline at end of file + - publish-to-pypi + check: + jobs: + - openstack-tox-pep8 + gate: + jobs: + - openstack-tox-pep8 \ No newline at end of file