Skip to content

Commit

Permalink
Merge pull request #1956 from MridulS/app
Browse files Browse the repository at this point in the history
Update appveyor, add python 3.5 and drop 3.2
  • Loading branch information
dschult committed Jan 21, 2016
2 parents d514cac + 325d7bf commit ec6dfae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Expand Up @@ -18,14 +18,6 @@ environment:
PYTHON_VERSION: "2.7.9"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python32"
PYTHON_VERSION: "3.2.5"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python32-x64"
PYTHON_VERSION: "3.2.5"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.5"
PYTHON_ARCH: "32"
Expand All @@ -42,6 +34,14 @@ environment:
PYTHON_VERSION: "3.4.3"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "64"

install:
# Install Python (from the official .msi of http://python.org) and pip when
# not already installed.
Expand Down

0 comments on commit ec6dfae

Please sign in to comment.