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

16 lines
252 B
INI

[tox]
envlist = py27,py34
[testenv]
deps=
pytest
mock
pep8
coverage
pylint
six
commands=
pep8 sshagent
pylint --report=no --rcfile .pylintrc sshagent
coverage run --source sshagent/ -m py.test -v
coverage report