Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
♻️ refactor(tox): append coverage in testenv:noextras
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Jan 12, 2023
1 parent a829fcd commit 2780c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deps =
allowlist_externals =
docker
commands =
pytest tests/integration {posargs}
coverage run -a -p -m pytest tests/integration {posargs}

[testenv:noextras]
basepython = python3.11
Expand Down

0 comments on commit 2780c19

Please sign in to comment.