Skip to content

Commit

Permalink
Do not insist on flake8 always passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 10, 2020
1 parent b6b9920 commit cd7821f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ jobs:
script: flake8 src setup.py
after_success:
env: CACHE_NAME=flake8
allow_failures:
- env: CACHE_NAME=flake8
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit cd7821f

Please sign in to comment.