Skip to content

Commit

Permalink
no ssl_verify: false on conda builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 24, 2015
1 parent 6deef72 commit 9796a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ bash miniconda.sh -b -p $HOME/miniconda || exit 1
conda config --set always_yes yes --set changeps1 no || exit 1
conda update -q conda || exit 1
conda config --add channels http://conda.binstar.org/pandas || exit 1
conda config --set ssl_verify false || exit 1

# Useful for debugging any issues with conda
conda info -a || exit 1
Expand Down

0 comments on commit 9796a9f

Please sign in to comment.