From fcad6d0e28a96afce0f1c24791c4851a03d5f23a Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Tue, 19 Dec 2017 09:26:36 +0000 Subject: [PATCH] tox: Run trezorlib.tests.unit_tests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 7ff2d02..d50be28 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,8 @@ envlist = [testenv] deps = -rrequirements.txt + pytest commands = python -m compileall trezorlib/ python trezorctl --help + python -m pytest --pyarg trezorlib.tests.unit_tests