Skip to content

Commit

Permalink
fixup: allow_failures until dependencies pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 27, 2019
1 parent 0a93d50 commit 238e6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 238e6e2

Please sign in to comment.