Skip to content

Commit

Permalink
Make flake8 ignore tox folders
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Feb 28, 2017
1 parent e5b9237 commit 5c61a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ upload_doc = build_sphinx upload_doc
release = sdist upload build_sphinx upload_doc

[flake8]
exclude = build,dist,docs,ez_setup.py,upload_appveyor_builds.py
exclude = .tox,build,dist,docs,ez_setup.py,upload_appveyor_builds.py

0 comments on commit 5c61a4e

Please sign in to comment.