Skip to content

Commit

Permalink
windows-CI: Build also for python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed May 20, 2015
1 parent 6b1a0fa commit 69c4423
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\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"
Expand Down

4 comments on commit 69c4423

@sils
Copy link
Member

@sils sils commented on 69c4423 May 20, 2015

Choose a reason for hiding this comment

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

could be squashed with the addition iof the yml, right?

@Makman2
Copy link
Member

Choose a reason for hiding this comment

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

Possible, but I think not necessary.

@Makman2
Copy link
Member

Choose a reason for hiding this comment

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

If possible I like to have a commit more than having one less :)

@sils
Copy link
Member

@sils sils commented on 69c4423 May 20, 2015

Choose a reason for hiding this comment

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

IMO those two belong rather together but if you want keep it as it is

Please sign in to comment.