summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-10-27 14:57:36 +0100
committercclauss <cclauss@me.com>2019-10-31 17:31:27 +0100
commitc69a472219e6ce04141be76c73461eb1b455ad30 (patch)
tree8f2277da925590e91477d33e3a7d34ae34ea75bd
parent8444de800deebf2199f51f93237acdf087e35454 (diff)
downloadnode-new-flake8-the-entire-repo.tar.gz
fixup: allow_failures until dependencies passflake8-the-entire-repo
-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"