Skip to content

Commit

Permalink
AppVeyor: Only build against python 3.4
Browse files Browse the repository at this point in the history
AppVeyor build times take too long to test against all python versions.
We need to strip that down in order to be able to use it properly.
  • Loading branch information
sils committed Jun 17, 2015
1 parent 9bee914 commit 2b7647b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .misc/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.misc\\run_with_env.cmd"

matrix:
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"

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

1 comment on commit 2b7647b

@AbdealiLoKo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.