Skip to content

Commit

Permalink
[appveyor] Do not test on Python3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 3, 2015
1 parent bf448ff commit c539a0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ environment:
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "32"
Expand All @@ -29,11 +25,6 @@ environment:
PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.0"

- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.x"
PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.1"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
Expand Down

0 comments on commit c539a0f

Please sign in to comment.