1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 02:49:02 +00:00
trezor-firmware/tox.ini
Pavol Rusnak 883ebf0e03
add tox
2016-10-17 14:17:42 +02:00

24 lines
415 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 -c 'import trezorlib'