We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a93d50 commit 238e6e2Copy full SHA for 238e6e2
.travis.yml
@@ -98,3 +98,5 @@ jobs:
98
- python3.8 -m pip install flake8
99
script:
100
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
101
+ allow_failures: # TODO (cclauss): remove this when dependencies are clean
102
+ - name: "Find syntax errors in our Python dependencies"
0 commit comments