tox: omit trezor_library
This commit is contained in:
parent
241b342f43
commit
a09d8030f5
2
tox.ini
2
tox.ini
@ -14,5 +14,5 @@ deps=
|
|||||||
commands=
|
commands=
|
||||||
pep8 sshagent
|
pep8 sshagent
|
||||||
pylint --report=no --rcfile .pylintrc sshagent
|
pylint --report=no --rcfile .pylintrc sshagent
|
||||||
coverage run --omit='*/__main__.py' --source sshagent/ -m py.test -v
|
coverage run --omit='sshagent/__main__.py,sshagent/trezor_library.py' --source sshagent/ -m py.test -v
|
||||||
coverage report
|
coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user