Skip to content

Commit

Permalink
appveyor: test on python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed May 11, 2017
1 parent 9fbf527 commit 8a0ff2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ environment:
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda-x64

- PYTHON_VERSION: "3.4"
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda3

# Disable this for now
# ref: http://stackoverflow.com/questions/4676728
# - PYTHON_VERSION: "3.4"
# PYTHON_ARCH: "64"
# MINICONDA: C:\Miniconda3-x64
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda3-x64

branches:
only:
Expand Down

0 comments on commit 8a0ff2b

Please sign in to comment.