Skip to content

Commit

Permalink
Update Python micro-versions for Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed Apr 4, 2017
1 parent 3c4f223 commit 036e7b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ environment:

matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.8"
PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.1"
PYTHON_VERSION: "3.4.6"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.1"
PYTHON_VERSION: "3.4.6"
PYTHON_ARCH: "64"

install:
Expand Down

0 comments on commit 036e7b6

Please sign in to comment.