From 692c9098208096a531e159ffb1892a0f7ac0719a Mon Sep 17 00:00:00 2001 From: Eric jonas Date: Sun, 26 Jul 2015 15:39:56 -0700 Subject: [PATCH] trying to fix nose --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 28922c9..46f872a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,10 @@ install: # Coverage packages are on my binstar channel - conda install --yes -c dan_blanchard python-coveralls nose-cov - python setup.py install - # Run test script: - - nosetests tests/ + - export SOURCEDIR=`pwd` + - nosetests $SOURCEDIR/tests/ addons: apt: