tox: add pydocstyle

This commit is contained in:
Roman Zeyde
2016-02-19 11:39:12 +02:00
parent 2c7fabfa35
commit 0e6d998b4c

View File

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