Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
disable python 2.7 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 8, 2017
1 parent 319cb51 commit 5f7725c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ environment:
# PYTHON_VERSION: "2.7.10"
# PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27.10-x64"
PYTHON_VERSION: "2.7.10"
PYTHON_ARCH: "64"
# - PYTHON: "C:\\Python27.10-x64"
# PYTHON_VERSION: "2.7.10"
# PYTHON_ARCH: "64"

# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
Expand Down

0 comments on commit 5f7725c

Please sign in to comment.