1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

travis: add rlp requirement

This commit is contained in:
matejcik 2018-03-09 14:17:09 +01:00
parent 0484f599fd
commit 2a3e336b21

View File

@ -36,7 +36,7 @@ install:
- pip3 install --user flake8
- pip3 install --user pytest
- 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
before_script: