X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1fc3215e8c8856094b20d497e4e0e3e547ed38eb..35e8d1560d68e8113ff926a9f832582f8f4a694f:/tox.ini?ds=sidebyside diff --git a/tox.ini b/tox.ini index 71b02e9..affc3c9 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = commands = pip install -e .[d,python2] coverage erase - coverage run -m pytest tests + coverage run -m pytest tests {posargs} coverage report [testenv:fuzz]