Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Make flake8 ignore tests/local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Oct 31, 2014
1 parent cd3e284 commit d7b86a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = True

[flake8]
max_line_length=100
exclude=.tox/*,*backends/__init__.py,tests/tests.py
exclude=.tox/*,*backends/__init__.py,tests/tests.py,tests/local.py

[testenv]
setenv =
Expand Down

0 comments on commit d7b86a4

Please sign in to comment.