mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
trezor: add support for Ed25519 SSH keys
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,6 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27,py34
|
||||
skipsdist = True
|
||||
envlist = py27
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
@@ -9,9 +8,8 @@ deps=
|
||||
coverage
|
||||
pylint
|
||||
six
|
||||
ecdsa
|
||||
commands=
|
||||
pep8 trezor_agent
|
||||
pylint --report=no --rcfile .pylintrc trezor_agent
|
||||
coverage run --omit='trezor_agent/__main__.py,trezor_agent/trezor/_library.py' --source trezor_agent/ -m py.test -v
|
||||
coverage run --omit='trezor_agent/__main__.py' --source trezor_agent -m py.test -v trezor_agent
|
||||
coverage report
|
||||
|
||||
Reference in New Issue
Block a user