Skip to content

Commit

Permalink
make tox generate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 22, 2023
1 parent 3c47dc9 commit 67964ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ envlist = py{310,311}, pylint, mypy, flake8
[testenv]
deps =
pytest
pytest-cov
vcrpy
commands =
pytest
pytest --cov

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

0 comments on commit 67964ad

Please sign in to comment.