Skip to content

Commit

Permalink
fix: wrong python binary for py36 on windows (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
hredestig authored Jan 30, 2017
1 parent dac3ed8 commit d95a092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
PYTHON_VERSION: "3.5.2"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.0"
PYTHON_ARCH: "32"

Expand All @@ -36,7 +36,7 @@ environment:
PYTHON_VERSION: "3.5.2"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.0"
PYTHON_ARCH: "64"

Expand Down

0 comments on commit d95a092

Please sign in to comment.