Skip to content

Commit

Permalink
added tests for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Nov 9, 2018
1 parent fd11f03 commit f43671f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions appveyor.yml
Expand Up @@ -6,19 +6,11 @@ environment:
secure: AbhjnJXZWHhEiEN6cjQmZ4hCn05Ff/V2CCBv4mZux9NljqdYgHfnVT4nBgsKiaQJ

matrix:
- PYTHON_VERSION: "3.7"
MPL_VERSION: "3.0"
- PYTHON_VERSION: "3.6"
MPL_VERSION: "2.2"
- PYTHON_VERSION: "3.6"
MPL_VERSION: "2.1"
- PYTHON_VERSION: "3.6"
MPL_VERSION: "2.0"
- PYTHON_VERSION: "3.6"
MPL_VERSION: "1.5"
- PYTHON_VERSION: "3.5"
MPL_VERSION: "2.1"
- PYTHON_VERSION: "3.5"
MPL_VERSION: "2.0"
- PYTHON_VERSION: "3.5"
MPL_VERSION: "1.5"
install:
# save local state and delete the GH_REPO_TOKEN because it is not needed
Expand Down
2 changes: 1 addition & 1 deletion ci/install_python.ps1
Expand Up @@ -10,7 +10,7 @@ $BASE_URL = "https://www.python.org/ftp/python/"

function DownloadMiniconda ($python_version, $platform_suffix) {
$webclient = New-Object System.Net.WebClient
if ($python_version -match "3.[456]") {
if ($python_version -match "3.[4567]") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else {
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
Expand Down

0 comments on commit f43671f

Please sign in to comment.