mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
build(python): widen tox test matrix to include multiple Click versions
This commit is contained in:
parent
888ff23181
commit
bd9bfc6996
@ -6,7 +6,10 @@
|
|||||||
# as building that from source takes a very long time)
|
# as building that from source takes a very long time)
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{36,37,38,39,310}-{minimal,default,full}
|
envlist =
|
||||||
|
py{36,37,38,39,310}-{minimal,default,full}
|
||||||
|
py{36,37,38,39,310}-click{7,80}
|
||||||
|
py{37,38,39,310}-click81
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
@ -24,3 +27,13 @@ commands =
|
|||||||
trezorctl --help
|
trezorctl --help
|
||||||
# Run test suite
|
# Run test suite
|
||||||
!minimal: pytest --random-order tests
|
!minimal: pytest --random-order tests
|
||||||
|
|
||||||
|
[testenv:py{36,37,38,39,310}-click{7,80,81}]
|
||||||
|
deps =
|
||||||
|
-rrequirements.txt
|
||||||
|
click7: click>=7,<8
|
||||||
|
click80: click>=8.0,<8.1
|
||||||
|
click81: click>=8.1,<8.2
|
||||||
|
commands =
|
||||||
|
# Smoke-test trezorctl
|
||||||
|
trezorctl --version
|
||||||
|
Loading…
Reference in New Issue
Block a user