Permalink
Browse files

Update for travis CI

Added install for dependency issues
  • Loading branch information...
1 parent f4c376f commit 060248374a7a6dd6c53a16cf29eaa78f0ff3e662 @michaelhush committed Sep 13, 2016
Showing with 2 additions and 0 deletions.
  1. +2 −0 .travis.yml
View
@@ -3,6 +3,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
+install:
+ - pip install .
# command to run tests
script: python setup.py test
os:

0 comments on commit 0602483

Please sign in to comment.