travis: add pydocstyle

This commit is contained in:
Roman Zeyde
2016-02-19 11:41:05 +02:00
parent 0e6d998b4c
commit 5b0e56697f

View File

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