Skip to content

Commit

Permalink
allow passing tox positional arguments to unittest (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehonles authored Mar 23, 2021
1 parent 40e6dc2 commit 22eaa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps = flake8==3.6.0
setenv = PYFLAKES_ERROR_UNKNOWN=1
commands =
python --version --version
python -m unittest discover pyflakes
python -m unittest discover pyflakes {posargs}
flake8 pyflakes setup.py

[flake8]
Expand Down

0 comments on commit 22eaa06

Please sign in to comment.