From a09d8030f5d397be63834915a3e3c0a894a3b311 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 17 Aug 2015 10:09:09 +0300 Subject: [PATCH] tox: omit trezor_library --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ecc6a91..4568bb6 100644 --- a/tox.ini +++ b/tox.ini @@ -14,5 +14,5 @@ deps= commands= pep8 sshagent pylint --report=no --rcfile .pylintrc sshagent - coverage run --omit='*/__main__.py' --source sshagent/ -m py.test -v + coverage run --omit='sshagent/__main__.py,sshagent/trezor_library.py' --source sshagent/ -m py.test -v coverage report