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

17 lines
332 B
INI

9 years ago
[tox]
8 years ago
envlist = py27,py34
9 years ago
[testenv]
deps=
pytest
mock
pep8
coverage
pylint
semver
9 years ago
commands=
pep8 trezor_agent
pylint --reports=no --rcfile .pylintrc trezor_agent
coverage run --omit='trezor_agent/__main__.py' --source trezor_agent -m py.test -v trezor_agent
9 years ago
coverage report
coverage html