diff --git a/tox.ini b/tox.ini index 0e74021..a70d24c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ passenv = PYTHON_VERSION allowlist_externals = poetry commands = poetry install -v - pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml pip install pytest pip install pytest-cov - mypy + pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml + mypy \ No newline at end of file