1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/python/tox.ini

22 lines
403 B
INI
Raw Normal View History

2016-10-17 12:17:18 +00:00
[tox]
envlist =
py35,
py36,
py37,
py38,
2016-10-17 12:17:18 +00:00
[testenv]
deps =
-rrequirements.txt
pytest>=3.6
pytest-random-order
commands =
# Generate local files
python setup.py build
# Working in the local directory, try to compile all bytecode
python -m compileall src tests
# Smoke-test trezorctl
trezorctl --help
# Run test suite
pytest --random-order tests