Skip to content

Commit

Permalink
Merge pull request #214 from jpadilla/fix-flake8
Browse files Browse the repository at this point in the history
Flake8 now ignores .tox
  • Loading branch information
mark-adams authored Aug 6, 2016
2 parents daf79c1 + 48be19a commit 736873c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[flake8]
max-line-length = 119
exclude = docs/
exclude =
docs/,
.tox/

[wheel]
universal = 1
Expand Down

0 comments on commit 736873c

Please sign in to comment.