From 2dd4a3f8dd981760d1497d66c41cc2c9c7eb260a Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Tue, 19 Dec 2017 18:31:40 -0500 Subject: [PATCH] BLD: --use-local on conda --- ci/install_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_travis.sh b/ci/install_travis.sh index 67a175268e22e..8cf70e47a4b8f 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -184,7 +184,7 @@ elif [ "$CONDA_BUILD_TEST" ]; then conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test echo "[installing]" - conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet + conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet --use-local else