mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
Allow users to pass args to py.test via tox
This commit is contained in:
parent
204a367095
commit
fdff0f705e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -6,4 +6,4 @@ deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
py.test
|
py.test {posargs}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue