Skip to content

Commit

Permalink
added ignore of error to flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Nov 2, 2018
1 parent 218300b commit 1a5abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install:

# Linting
before_script:
- $PYTHON -m flake8 --show-source --ignore=F811,W293,W391,W292,W291
- $PYTHON -m flake8 --show-source --ignore=F811,W293,W391,W292,W291,W504
--max-line-length=79 --exclude="*examples.py,testing.py,*kde.py" KDEpy

# If a tag was used, build wheels and deply to pypi
Expand Down

0 comments on commit 1a5abdf

Please sign in to comment.