travis: add pydocstyle

nistp521
Roman Zeyde 8 years ago
parent 0e6d998b4c
commit 5b0e56697f

@ -6,11 +6,12 @@ python:
install:
- pip install ecdsa ed25519 semver # test without trezorlib for now
- pip install pylint coverage pep8
- pip install pylint coverage pep8 pydocstyle
script:
- pep8 trezor_agent
- pylint --reports=no --rcfile .pylintrc trezor_agent
- pydocstyle trezor_agent
- coverage run --source trezor_agent/ -m py.test -v
after_success:

Loading…
Cancel
Save