mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
travis: add rlp requirement
This commit is contained in:
parent
0484f599fd
commit
2a3e336b21
@ -36,7 +36,7 @@ install:
|
|||||||
- pip3 install --user flake8
|
- pip3 install --user flake8
|
||||||
- pip3 install --user pytest
|
- pip3 install --user pytest
|
||||||
- pip3 install --user ecdsa mnemonic requests
|
- pip3 install --user ecdsa mnemonic requests
|
||||||
- pip3 install --user click pyblake2
|
- pip3 install --user click pyblake2 rlp
|
||||||
- pip3 install --user --no-deps git+https://github.com/trezor/python-trezor@master
|
- pip3 install --user --no-deps git+https://github.com/trezor/python-trezor@master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user