mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
24 lines
418 B
INI
24 lines
418 B
INI
# To test against multiple python versions
|
|
#
|
|
# 1. Install those Python versions.
|
|
# On Ubuntu we suggest the deadsnakes PPA
|
|
# https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes
|
|
#
|
|
# 2. Install Tox (e.g. with pip)
|
|
# pip install Tox
|
|
#
|
|
# 3. Run Tox
|
|
# tox
|
|
|
|
[tox]
|
|
envlist =
|
|
py27,
|
|
py34,
|
|
py35,
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
commands =
|
|
python -m compileall trezorlib/
|