travis: add rlp requirement

pull/25/head
matejcik 6 years ago
parent 0484f599fd
commit 2a3e336b21

@ -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:

Loading…
Cancel
Save