File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ environment:
77
88 matrix :
99 - PYTHON_VERSION : " 2.7"
10- - PYTHON_VERSION : " 3.4"
11- # - PYTHON_VERSION: "3.5"
10+ - PYTHON_VERSION : " 3.6"
1211
1312platform :
1413 - x86
@@ -18,6 +17,8 @@ install:
1817 # Use the pre-installed Miniconda for the desired arch
1918 - ps : if($env:PYTHON_VERSION -eq '3.5')
2019 { $env:CONDA_PATH="$($env:CONDA_PATH)35" }
20+ - ps : if($env:PYTHON_VERSION -eq '3.6')
21+ { $env:CONDA_PATH="$($env:CONDA_PATH)36" }
2122 - ps : if($env:TARGET_ARCH -eq 'x64')
2223 { $env:CONDA_PATH="$($env:CONDA_PATH)-x64" }
2324 - ps : $env:path="$($env:CONDA_PATH);$($env:CONDA_PATH)\Scripts;$($env:CONDA_PATH)\Library\bin;C:\cygwin\bin;$($env:PATH)"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Documentation
2121
2222Testing
2323~~~~~~~
24- *
24+ * Test Python 3.6 on Windows with Appveyor instead of 3.4. ( :issue: ` 392 `)
2525
2626Contributors
2727~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments