From 50c63d728f2f942fbf9a119aee0f1161cc3db770 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 15 Aug 2017 17:57:35 +0200 Subject: [PATCH] travis: binctl is run with python2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ae1b864ce..3e2f236351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: - libudev-dev install: - - pip3 install ed25519 pyblake2 + - pip install ed25519 pyblake2 - pip3 install flake8 - pip3 install pytest - pip3 install ecdsa mnemonic protobuf requests