From 3f29925c1c2e90d739dac8385fd67ccf5ac9f58b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 28 Jul 2017 19:12:36 +0200 Subject: [PATCH] travis: install python-trezor from master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 064d92bb30..5d4497b4e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ install: - pip3 install flake8 - pip3 install pytest - pip3 install ecdsa mnemonic protobuf requests - - pip3 install trezor + - pip3 install git+https://github.com/trezor/python-trezor@master script: - test "$GOAL" != "stm32" || make vendorheader