mirror of https://github.com/pallets/flask.git
Enable stylecheck tox run on Azure pipelines
This commit is contained in:
parent
2c68f86336
commit
96b92ff9e8
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue