From 5162997d6b6c0dc3d89e95598a237963900fe504 Mon Sep 17 00:00:00 2001 From: David Whiteside Date: Mon, 28 Nov 2016 14:21:08 -0700 Subject: [PATCH] no need to install pkg, just change pythonpath --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37bf48e..4d79ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ python: # Install Dependencies install: - pip install nose coveralls - - 'python setup.py install' # Run Tests script: