You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-agent/tox.ini

19 lines
314 B
INI

[tox]
envlist = py27,py34
skipsdist = True
[testenv]
deps=
pytest
mock
pep8
coverage
pylint
six
ecdsa
bitcoin
commands=
pep8 sshagent
pylint --report=no --rcfile .pylintrc sshagent
coverage run --omit='*/__main__.py' --source sshagent/ -m py.test -v
coverage report