diff --git a/tox.ini b/tox.ini index 89030a0b..e0dca7cf 100644 --- a/tox.ini +++ b/tox.ini @@ -28,17 +28,17 @@ setenv = PYTHONPATH = flit_core commands = - python -m pytest --cov=flit --cov=flit_core/flit_core + python -m pytest --cov=flit --cov=flit_core/flit_core {posargs} # Python 3.6: only test flit_core [testenv:py36] commands = - python -m pytest --cov=flit_core/flit_core flit_core + python -m pytest --cov=flit_core/flit_core flit_core {posargs} # Python 3.7: only test flit_core [testenv:py37] commands = - python -m pytest --cov=flit_core/flit_core flit_core + python -m pytest --cov=flit_core/flit_core flit_core {posargs} [testenv:bootstrap] skip_install = true