Merge pull request #3230 from lordmauve/azure-stylecheck

Enable stylecheck tox run on Azure pipelines (fixes #3228)
This commit is contained in:
David Lord 2019-05-31 08:21:24 -04:00 committed by GitHub
commit 1250775a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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'