Skip to content

Commit f0c4f7e

Browse files
committed
Fix flake8 targets in tox config
1 parent 74b3e8b commit f0c4f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands=
2222
[testenv:flakes]
2323
changedir=
2424
deps = flake8
25-
commands = flake8 setup.py testing xdist
25+
commands = flake8 setup.py testing src/pytest_forked/
2626

2727
[testenv:readme]
2828
changedir =

0 commit comments

Comments
 (0)