travis: fix up dependency

This commit is contained in:
Roman Zeyde
2015-10-27 19:57:53 +02:00
parent 60571e65dd
commit 461f38d599

View File

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