Skip to content

Commit

Permalink
Mark PySide2 as an allowed failure for now on Travis due to a bug in …
Browse files Browse the repository at this point in the history
…PySide2 that causes segmentation faults
  • Loading branch information
astrofrog committed Apr 18, 2018
1 parent b969a2b commit 80b3c4a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,19 @@ matrix:

allow_failures:

# For now PySide2 can give segfaults when the process terminates - see
# https://bugreports.qt.io/browse/PYSIDE-585
# We therefore need to mark these as allowed failures for now

- os: osx
env: PYTHON_VERSION=3.6
CONDA_CHANNELS="astropy-ci-extras astropy glueviz conda-forge"
QT_PKG=pyside2

- os: linux
env: PYTHON_VERSION=2.7 NUMPY_VERSION=dev
env: PYTHON_VERSION=3.6
CONDA_CHANNELS="astropy-ci-extras astropy glueviz conda-forge"
QT_PKG=pyside2

before_install:

Expand Down

0 comments on commit 80b3c4a

Please sign in to comment.