Skip to content

Commit

Permalink
AppVeyor: add Python 3.5 and remove 3.3
Browse files Browse the repository at this point in the history
Available Python versions: Python 2.7.12, 3.4.4, 3.5.2
appveyor/ci#903
  • Loading branch information
LudovicRousseau committed Sep 24, 2016
1 parent aea375e commit 7776e55
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ environment:
matrix:

- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.10
PYTHON_VERSION: "2.7.x" # currently 2.7.12
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x" # currently 2.7.10
PYTHON_VERSION: "2.7.x" # currently 2.7.12
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.x" # currently 3.3.6
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.x" # currently 3.4.4
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.x" # currently 3.3.6
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x" # currently 3.4.4
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.x" # currently 3.4.3
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x" # currently 3.5.2
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x" # currently 3.4.3
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x" # currently 3.5.2
PYTHON_ARCH: "64"

# Python versions not pre-installed
Expand Down

0 comments on commit 7776e55

Please sign in to comment.