File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ## Test results
22/* _result * .xml
33/report.html
4+ /mypy_report /*
45/assets /*
56.cache /*
67.pytest_cache /*
Original file line number Diff line number Diff line change 7272 - *upgrade_python_toolset
7373 - pip install --upgrade pydocstyle
7474 script :
75- - pydocstyle exec_helpers
75+ - pydocstyle -v exec_helpers
7676
7777 - stage : test
7878 << : *python27
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ commands = flake8
4747deps =
4848 pydocstyle
4949usedevelop = False
50- commands = pydocstyle exec_helpers
50+ commands = pydocstyle -v exec_helpers
5151
5252[testenv:install]
5353deps =
@@ -141,5 +141,6 @@ commands = pipdeptree
141141usedevelop = False
142142deps =
143143 mypy>=0.650
144+ lxml
144145 -r{toxinidir}/CI_REQUIREMENTS.txt
145- commands = mypy --strict exec_helpers
146+ commands = mypy --strict --xslt-html-report mypy_report -p exec_helpers
You can’t perform that action at this time.
0 commit comments