Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
[FIX] Making appeveyor.yml up-to-date (take 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Mar 23, 2018
1 parent 1226759 commit 0f2be1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous-integration/appveyor/install.ps1
Expand Up @@ -7,10 +7,10 @@ $MINICONDA_URL = "http://repo.continuum.io/miniconda/"

function DownloadMiniconda ($python_version, $platform_suffix) {
$webclient = New-Object System.Net.WebClient
if ($python_version -match "3.4") {
if ($python_version -match "3.?") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else {
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
$filename = "Miniconda2-latest-Windows-" + $platform_suffix + ".exe"
}
$url = $MINICONDA_URL + $filename

Expand Down

0 comments on commit 0f2be1b

Please sign in to comment.