Skip to content

Commit

Permalink
Version 0.2.0, configuring appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokinCaterpillar committed Apr 8, 2016
1 parent 03da473 commit 1887015
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ciscripts/appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ function DownloadMiniconda ($python_version, $platform_suffix) {

$basedir = $pwd.Path + "\"
$filepath = $basedir + $filename
if (Test-Path $filename) {
Write-Host "Reusing" $filepath
return $filepath
}

# Download and retry up to 3 times in case of network transient errors.
Write-Host "Downloading" $filename "from" $url
Expand Down

0 comments on commit 1887015

Please sign in to comment.