Skip to content

Commit

Permalink
does not support python 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Oct 2, 2017
1 parent 9f1d490 commit 200d57e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ environment:
# Major and minor releases (i.e x.0.0 and x.y.0) prior to 3.3.0 use
# a different naming scheme.

- PYTHON: "C:\\Python270"
PYTHON_VERSION: "2.7.0"
PYTHON_ARCH: "32"
# - PYTHON: "C:\\Python270"
# PYTHON_VERSION: "2.7.0"
# PYTHON_ARCH: "32"

- PYTHON: "C:\\Python270-x64"
PYTHON_VERSION: "2.7.0"
PYTHON_ARCH: "64"
# - PYTHON: "C:\\Python270-x64"
# PYTHON_VERSION: "2.7.0"
# PYTHON_ARCH: "64"

install:
# If there is a newer build queued for the same PR, cancel this one.
Expand Down

0 comments on commit 200d57e

Please sign in to comment.