From 9964c200ff6fa593bb4ec5d0626ad95ea1572253 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 31 Oct 2016 22:28:12 +0200 Subject: [PATCH] travis: install keepkey from GitHub --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f58c4a3..56f13e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .