Travis CI: matrix: allow_failures: python: 3.7

This commit is contained in:
cclauss
2019-01-03 15:16:26 +01:00
committed by Yorik van Havre
parent 3868f4db7e
commit d903736452

View File

@@ -37,6 +37,8 @@ python:
# Inject osx build into matrix - needed to specify image/dist
matrix:
allow_failures:
- python: 3.7
include:
- os: linux
dist: trusty
@@ -139,7 +141,7 @@ before_install:
swig \
libvtk6-dev \
libmed-dev \
libmedc-dev \
libmedc-dev \
asciidoc
# Make sure dpkg is upgraded for Ubuntu 14.04 (required for eigen3)