mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +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
|