Skip to content

Commit

Permalink
appveyor: conda * -y
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Bollweg committed May 30, 2016
1 parent 3413440 commit bca8579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -45,6 +45,7 @@ install:
{$root = "C:\Miniconda-x64"}
$env:path="$root;$root\Scripts;$root\Library\bin;$($env:path)"
- cmd: conda config --set show_channel_urls true
- cmd: conda config --set always_yes yes --set changeps1 no
- cmd: conda update --yes --quiet conda
- cmd: set PYTHONUNBUFFERED=1
- cmd: conda config --add channels conda-forge
Expand Down

0 comments on commit bca8579

Please sign in to comment.