Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Move flake8 config to file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Apr 21, 2015
1 parent 3e66d83 commit fb98d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
install:
- "pip install flake8"

script: "flake8 . --ignore=E501"
script: "flake8 ."

notifications:
email:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[flake8]
ignore=E501

0 comments on commit fb98d09

Please sign in to comment.