We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04db779 commit 07d8c2dCopy full SHA for 07d8c2d
ci/install_travis.sh
@@ -184,7 +184,7 @@ elif [ "$CONDA_BUILD_TEST" ]; then
184
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test
185
186
echo "[installing]"
187
- conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --force
+ conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet
188
189
else
190
0 commit comments