Skip to content

Commit

Permalink
Merge pull request #52 from jairideout/flake8-fix
Browse files Browse the repository at this point in the history
CI: use flake8 default include/exclude patterns; include all scripts explicitly
  • Loading branch information
JTFouquier committed Aug 18, 2015
2 parents 76dc5f1 + 4adaab6 commit 37c096d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ install:
- pip install .
script:
- nosetests ghosttree --with-coverage
- flake8 ghosttree setup.py scripts
- flake8 ghosttree setup.py scripts/*
after_success:
- coveralls
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[flake8]
filename = *
exclude = *.pyc, __pycache__
max-line-length = 120

0 comments on commit 37c096d

Please sign in to comment.