Skip to content

Commit

Permalink
updated path to Miniconda with Python 3.4 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Dec 4, 2017
1 parent 15e77d7 commit a957bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- ps: >-
switch ($env:PYTHON_VERSION) {
"2.7" {$env:MINICONDA = """C:\Miniconda-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda3-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda34-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
default {$env:MINICONDA = """C:\Miniconda36-x64"""}
Expand Down

0 comments on commit a957bd6

Please sign in to comment.