mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
5edcea9ba6
This lets the library work without libusb or hidapi (`--disable-libusb`, `--disable-hidapi`).
17 lines
248 B
INI
17 lines
248 B
INI
[tox]
|
|
envlist =
|
|
py33,
|
|
py34,
|
|
py35,
|
|
py36,
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pytest
|
|
mock
|
|
commands =
|
|
python -m compileall trezorlib/
|
|
python trezorctl --help
|
|
python -m pytest --pyarg trezorlib.tests.unit_tests
|