Skip to content

Commit

Permalink
INTERMEDIATE: SPEED UP BUILD - ONLY USE PYTHON 3.4 x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed May 23, 2015
1 parent 8dc22c9 commit 30ad3d7
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,22 +6,10 @@ 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"

install:
# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart
Expand Down

2 comments on commit 30ad3d7

@sils
Copy link
Member

@sils sils commented on 30ad3d7 Jul 5, 2015

Choose a reason for hiding this comment

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

rejected :)

@Makman2
Copy link
Member

@Makman2 Makman2 commented on 30ad3d7 Jul 5, 2015

Choose a reason for hiding this comment

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

yeah thanks for review xD

Please sign in to comment.