mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 23:11:10 +00:00
8 lines
149 B
YAML
8 lines
149 B
YAML
|
image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
|
||
|
|
||
|
test python:
|
||
|
stage: test
|
||
|
script:
|
||
|
- cd python
|
||
|
- pipenv run tox
|