From 96b92ff9e81201ea2fab91b6b30586a5d40a3430 Mon Sep 17 00:00:00 2001 From: Daniel Pope Date: Fri, 31 May 2019 13:14:15 +0100 Subject: [PATCH] Enable stylecheck tox run on Azure pipelines --- .azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 9f7dcc20..243f8783 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -36,6 +36,9 @@ jobs: DocsHtml: TOXENV: 'docs-html' publish.test.results: 'false' + Style: + TOXENV: stylecheck + publish.test.results: 'false' VersionRange: TOXENV: 'devel,lowest,coverage-ci'