From 461f38d599107c8f0dd9bfe9fdc045042628c186 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 27 Oct 2015 19:57:53 +0200 Subject: [PATCH] travis: fix up dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 901366b..350cbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.4" install: - - pip install ecdsa # test without trezorlib for now + - pip install ecdsa ed25519 # test without trezorlib for now - pip install pylint coverage pep8 script: