X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b39999da7f451c285befac217f1f9a685774b34d..00491e1dcb19a795867249471ca5bb95efcd8cd3:/tox.ini 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]