Skip to content

Commit 8b9740a

Browse files
committed
tox.ini: Fix paths in flake8 target
1 parent ffa49f4 commit 8b9740a

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)