From 238e6e22a16144aead5fe1e6063482832d9ce0f8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 27 Oct 2019 14:57:36 +0100 Subject: [PATCH] fixup: allow_failures until dependencies pass --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04b78d9e34a6b3..6c16bdad821f0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,3 +98,5 @@ jobs: - python3.8 -m pip install flake8 script: - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics + allow_failures: # TODO (cclauss): remove this when dependencies are clean + - name: "Find syntax errors in our Python dependencies"