From afa42d80a3fa184b7dbca2af8ad1707641c6f869 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 21 Jul 2015 14:51:11 +0300 Subject: [PATCH] tox: skip full Trezor installation --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index addf36a..3e952ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py27,py34 +skipsdist = True [testenv] deps= pytest @@ -8,6 +9,7 @@ deps= coverage pylint six + ecdsa commands= pep8 sshagent pylint --report=no --rcfile .pylintrc sshagent