2016-10-17 12:17:18 +00:00
|
|
|
[tox]
|
2017-06-23 17:23:08 +00:00
|
|
|
envlist =
|
|
|
|
py27,
|
|
|
|
py34,
|
|
|
|
py35,
|
|
|
|
py36,
|
2016-10-17 12:17:18 +00:00
|
|
|
|
|
|
|
[testenv]
|
2017-06-23 17:23:08 +00:00
|
|
|
deps =
|
|
|
|
-rrequirements.txt
|
|
|
|
commands =
|
|
|
|
python -m compileall trezorlib/
|
2017-06-23 19:31:42 +00:00
|
|
|
python trezorctl --help
|