Skip to content

Commit

Permalink
[appveyor] disable py2.7 builders that fail w/o error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed May 26, 2017
1 parent 52c8474 commit 7b35088
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ environment:
# See: http://www.appveyor.com/docs/installed-software#python

# building pymor extensions fails on 2.7 currently
- PYTHON_VERSION: "2.7" # currently 2.7.11
PYTHON_ARCH: "32"
CONDA: "C:\\Miniconda"
MARKER: "not grid"
#- PYTHON_VERSION: "2.7" # currently 2.7.11
#PYTHON_ARCH: "32"
#CONDA: "C:\\Miniconda"
#MARKER: "not grid"

- PYTHON_VERSION: "2.7" # currently 2.7.11
PYTHON_ARCH: "32"
CONDA: "C:\\Miniconda"
MARKER: "grid"
#- PYTHON_VERSION: "2.7" # currently 2.7.11
#PYTHON_ARCH: "32"
#CONDA: "C:\\Miniconda"
#MARKER: "grid"

- PYTHON_VERSION: "3.4" # currently 3.4.3
PYTHON_ARCH: "32"
Expand All @@ -35,10 +35,6 @@ environment:
CONDA: "C:\\Miniconda35"
MARKER: "grid"

matrix:
allow_failures:
- MARKER: "grid"
- MARKER: "not grid"

install:
# If there is a newer build queued for the same PR, cancel this one.
Expand Down

0 comments on commit 7b35088

Please sign in to comment.