travis: install keepkey from GitHub

This commit is contained in:
Roman Zeyde
2016-10-31 22:28:12 +02:00
parent 75405b4944
commit 9964c200ff

View File

@@ -2,6 +2,8 @@ sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
cache:
directories:
@@ -15,6 +17,7 @@ addons:
before_install:
- pip install -U setuptools pylint coverage pep8 pydocstyle "pip>=7.0" wheel
- pip install -e git+https://github.com/keepkey/python-keepkey@6e8baa8b935e830d05f87b6dfd9bc7c927a96dc3#egg=keepkey
install:
- pip install -e .