travis: fix dependency

This commit is contained in:
Roman Zeyde
2017-04-22 10:53:39 +03:00
parent 8ba9be1780
commit 97ec6b2719

View File

@@ -16,7 +16,7 @@ addons:
- libusb-1.0-0-dev
before_install:
- pip install -U setuptools pylint coverage pep8 pydocstyle "pip>=7.0" wheel
- pip install -U setuptools pylint coverage pep8 pydocstyle "pip>=7.0" wheel google
- pip install -e git+https://github.com/keepkey/python-keepkey@6e8baa8b935e830d05f87b6dfd9bc7c927a96dc3#egg=keepkey
install: