Skip to content

Commit

Permalink
AppVeyor: Python 3.5 is not yet available
Browse files Browse the repository at this point in the history
Build for Python 3.3 and Python 3.4
  • Loading branch information
LudovicRousseau committed Sep 20, 2015
1 parent ca1df9f commit 73e293b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ environment:
PYTHON_VERSION: "2.7.x" # currently 2.7.10
PYTHON_ARCH: "64"

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

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

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

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

# Python versions not pre-installed
Expand Down

0 comments on commit 73e293b

Please sign in to comment.