This commit is contained in:
Ward Fisher 2018-04-25 14:21:43 -06:00
parent 545857ded0
commit 5fba573757

View File

@ -17,6 +17,7 @@ skip_branch_with_pr: true
install:
- cmd: set PATH=%PATH%:%MSYS2_BIN_LOCN%
- cmd: dir %MSYS2_BIN_LOCN%
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
- cmd: conda update conda