Skip to content

Commit 65eabdd

Browse files
authored
Merge pull request #192 from thomwiggers/faster_flake
Make flake8 ignore tox folders
2 parents bba17d6 + 5c61a4e commit 65eabdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ upload_doc = build_sphinx upload_doc
33
release = sdist upload build_sphinx upload_doc
44

55
[flake8]
6-
exclude = build,dist,docs,ez_setup.py,upload_appveyor_builds.py
6+
exclude = .tox,build,dist,docs,ez_setup.py,upload_appveyor_builds.py

0 commit comments

Comments
 (0)