From 060248374a7a6dd6c53a16cf29eaa78f0ff3e662 Mon Sep 17 00:00:00 2001 From: Michael Hush Date: Tue, 13 Sep 2016 20:05:08 +1000 Subject: [PATCH] Update for travis CI Added install for dependency issues --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98633ed..cfb85ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "3.4" - "3.5" +install: + - pip install . # command to run tests script: python setup.py test os: