Skip to content

Commit 2d21b5f

Browse files
Merge pull request #444 from mgorny/tox-flake8
tox.ini: Fix paths in flake8 target
2 parents ffa49f4 + 8b9740a commit 2d21b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deps=
4040
flake8
4141
mccabe
4242
commands =
43-
flake8 setuptools_scm/ testing/ setup.py --exclude=setuptools_scm/win_py31_compat.py
43+
flake8 src/setuptools_scm/ testing/ setup.py --exclude=setuptools_scm/win_py31_compat.py
4444

4545
[testenv:check_readme]
4646
skip_install=True

0 commit comments

Comments
 (0)