From 711c66a2abb09b7e83463ee890f18eaac4735bed Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Fri, 16 May 2014 16:20:14 -0700 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef4509c2..cfd99249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose dateutil pandas statsmodels # Coverage packages are on dan_blanchard's binstar channel - conda install --yes -c dan_blanchard python-coveralls nose-cov - - pip install -r requirements.txt + # - pip install -r requirements.txt # - python setup.py install # Run test