mirror of
https://github.com/romanz/amodem.git
synced 2026-04-01 00:36:50 +08:00
tox: add pydocstyle
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -8,9 +8,11 @@ deps=
|
||||
coverage
|
||||
pylint
|
||||
semver
|
||||
pydocstyle
|
||||
commands=
|
||||
pep8 trezor_agent
|
||||
pylint --reports=no --rcfile .pylintrc trezor_agent
|
||||
pydocstyle trezor_agent
|
||||
coverage run --omit='trezor_agent/__main__.py' --source trezor_agent -m py.test -v trezor_agent
|
||||
coverage report
|
||||
coverage html
|
||||
|
||||
Reference in New Issue
Block a user