summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 04b78d9e34..6c16bdad82 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"