mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +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
|
||||
pytest
|
||||
commands =
|
||||
py.test
|
||||
py.test {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue