From d593bde6689a4effb67a57c8ec07680fad3d08b1 Mon Sep 17 00:00:00 2001 From: Dale Jung Date: Wed, 11 Mar 2015 00:27:49 -0400 Subject: [PATCH] BLD: Remove conda installing nose if we're just uninstalling and then reinstalling with pinned PIP version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39109180..5455618a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_install: install: - conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION - source activate testenv - - conda install --yes -c https://conda.binstar.org/Quantopian numpy=$NUMPY_VERSION pandas=$PANDAS_VERSION scipy nose matplotlib Cython patsy statsmodels tornado pyparsing xlrd mock pytz requests six dateutil ta-lib logbook + - conda install --yes -c https://conda.binstar.org/Quantopian numpy=$NUMPY_VERSION pandas=$PANDAS_VERSION scipy matplotlib Cython patsy statsmodels tornado pyparsing xlrd mock pytz requests six dateutil ta-lib logbook - if [[ "$USE_CYORDEREDDICT" == "yes" ]]; then pip install cyordereddict; fi - grep pyflakes== etc/requirements_dev.txt | xargs pip install - grep pep8== etc/requirements_dev.txt | xargs pip install