diff --git a/.travis.yml b/.travis.yml index 297f610..5a64f22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,12 @@ jobs: - os: windows language: shell before_install: - - choco install miniconda3 --params="'/S /InstallationType=JustMe /AddToPath=1 /D=%UserProfile%\miniconda'" - - refreshenv - - path + - export MINICONDA=$HOME/miniconda + - MINICONDA_WIN=$(cygpath --windows $MINICONDA) + - choco install openssl.light + - choco install miniconda3 --params="'/InstallationType=JustMe /AddToPath=1 /D=MINICONDA_WIN'" + - source $MINICONDA/etc/profile.d/conda.sh + - hash -r - conda config --set quiet yes --set always_yes yes --set changeps1 no - travis_retry conda update -n base -c defaults conda - travis_retry conda update --all