Skip to content

Commit cd133d0

Browse files
committed
Allow tox flake8 to accept arguments
1 parent 788f7a3 commit cd133d0

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
@@ -16,4 +16,4 @@ commands = py.test -v -r a {posargs}
1616
[testenv:flake8]
1717
basepython = python
1818
deps = flake8
19-
commands = flake8 .
19+
commands = flake8 {posargs:.}

0 commit comments

Comments
 (0)