Skip to content

Commit

Permalink
test: Add --parallel flag for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 31, 2022
1 parent 85ae491 commit 9b9fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -14,7 +14,7 @@ whitelist_externals = poetry
commands_pre =
poetry install --no-root
commands =
poetry run coverage run -m pytest -x -v {posargs}
poetry run coverage run --parallel -m pytest -x -v {posargs}

[testenv:test]
# Use default py interpreter
Expand Down

0 comments on commit 9b9fbce

Please sign in to comment.