mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 19:38:09 +00:00
tox: Run trezorlib.tests.unit_tests
This commit is contained in:
parent
2996138341
commit
fcad6d0e28
2
tox.ini
2
tox.ini
@ -8,6 +8,8 @@ envlist =
|
|||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
pytest
|
||||||
commands =
|
commands =
|
||||||
python -m compileall trezorlib/
|
python -m compileall trezorlib/
|
||||||
python trezorctl --help
|
python trezorctl --help
|
||||||
|
python -m pytest --pyarg trezorlib.tests.unit_tests
|
||||||
|
Loading…
Reference in New Issue
Block a user