diff --git a/tox.ini b/tox.ini index ca77b3f..f8907c2 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = coverage pre-commit commands = - ; coverage run --data-file=.coverage.doc.tests --source=quackosm -m pytest -v -s --durations=20 --doctest-modules --doctest-continue-on-failure quackosm + coverage run --data-file=.coverage.doc.tests --source=quackosm -m pytest -v -s --durations=20 --doctest-modules --doctest-continue-on-failure quackosm coverage run --data-file=.coverage.base.tests --source=quackosm -m pytest -v -s --durations=20 tests/base coverage run --data-file=.coverage.benchmark.tests --source=quackosm -m pytest -v -s --durations=20 tests/benchmark coverage combine