Skip to content

Commit 22eaa06

Browse files
allow passing tox positional arguments to unittest (#624)
1 parent 40e6dc2 commit 22eaa06

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
@@ -8,7 +8,7 @@ deps = flake8==3.6.0
88
setenv = PYFLAKES_ERROR_UNKNOWN=1
99
commands =
1010
python --version --version
11-
python -m unittest discover pyflakes
11+
python -m unittest discover pyflakes {posargs}
1212
flake8 pyflakes setup.py
1313

1414
[flake8]

0 commit comments

Comments
 (0)