Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Python 3.6 to Appveyor build
  • Loading branch information
cgohlke committed Jan 5, 2017
commit 756ad9c68c84e76c4d768a47d9618af44de8b4e2
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ environment:
CONDA_BLD: "C:\\miniconda-64"
CONDA_BLD_ARCH: "64"

- PYTHON: "C:\\Python36"
CONDA_PY: "36"
CONDA_BLD: "C:\\miniconda-32"
CONDA_BLD_ARCH: "32"

- PYTHON: "C:\\Python36-x64"
CONDA_PY: "36"
CONDA_BLD: "C:\\miniconda-64"
CONDA_BLD_ARCH: "64"

install:
# install conda and deps
- powershell .\ci\install.ps1
Expand Down