Skip to content

Commit

Permalink
dont build Py3 with failure on AppVeyor, too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed Dec 11, 2014
1 parent fa9bc56 commit b70995a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ environment:
BINSTAR_USER: menpo
BINSTAR_KEY:
secure: mw1Fz5a5C0lT4CXzsOCADoo/Xa9YymZI3yjVZNR8f5GwYrVAOC2YXxyEG6NaSWZY
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.4


matrix:
allow_failures:
- platform: x86
PYTHON_VERSION: 3.4
- platform: x64
PYTHON_VERSION: 3.4
PYTHON_VERSION: 2.7
# matrix:
# - PYTHON_VERSION: 2.7
# - PYTHON_VERSION: 3.4
#
#
#matrix:
# allow_failures:
# - platform: x86
# PYTHON_VERSION: 3.4
# - platform: x64
# PYTHON_VERSION: 3.4

platform:
- x86
Expand Down

0 comments on commit b70995a

Please sign in to comment.