Skip to content
Snippets Groups Projects
Commit 40d56a71 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: allow osx/windows to fail

parent 9db5acf1
No related branches found
No related tags found
No related merge requests found
Pipeline #17971 failed
...@@ -12,6 +12,9 @@ addons: ...@@ -12,6 +12,9 @@ addons:
update: true update: true
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- os: osx
- os: windows
include: include:
- python: 3.6 - python: 3.6
env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true" LINT="false" env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true" LINT="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment