Skip to content

Commit

Permalink
[ci] try to allow al appveyor builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Aug 9, 2017
1 parent 2e0a2bd commit fb8693c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .ci/appveyor.yml
Expand Up @@ -20,29 +20,33 @@ environment:
CONDA: "C:\\Miniconda3"
MARKER: "not grid"
QT_API: "pyqt5"
ALLOW_FAIL: true

- PYTHON_VERSION: "3.4" # currently 3.4.3
PYTHON_ARCH: "32"
CONDA: "C:\\Miniconda3"
MARKER: "grid"
QT_API: "pyqt5"
ALLOW_FAIL: true

- PYTHON_VERSION: "3.5" # currently 3.5.1
PYTHON_ARCH: "32"
CONDA: "C:\\Miniconda35"
MARKER: "not grid"
QT_API: "pyqt5"
ALLOW_FAIL: "true"
ALLOW_FAIL: true

- PYTHON_VERSION: "3.5" # currently 3.5.1
PYTHON_ARCH: "32"
CONDA: "C:\\Miniconda35"
MARKER: "grid"
QT_API: "pyqt5"
ALLOW_FAIL: true

matrix:
allow_failures:
- ALLOW_FAIL: "true"
# every matrix entry where 'ALLOW_FAIL: true' is in is allowed to fail
- ALLOW_FAIL: true

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

0 comments on commit fb8693c

Please sign in to comment.