trezor: add support for Ed25519 SSH keys

This commit is contained in:
Roman Zeyde
2015-10-23 12:45:32 +03:00
parent 34cecb276a
commit 60571e65dd
10 changed files with 225 additions and 138 deletions

View File

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