Skip to content

Commit 764fc11

Browse files
committed
Exclude upload_appveyor_builds.py from flake8 (fails on py26)
1 parent 175bc65 commit 764fc11

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
6+
exclude = build,dist,docs,ez_setup.py,upload_appveyor_builds.py

0 commit comments

Comments
 (0)