Skip to content

Commit

Permalink
Remove pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 25, 2020
1 parent 272a12c commit 73312a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Empty file removed tests/__init__.py
Empty file.
7 changes: 4 additions & 3 deletions tox.ini
Expand Up @@ -32,12 +32,13 @@ commands =
cleanpy --all --exclude-envs .

[testenv:cov]
passenv = *
deps =
.[test]
coverage[toml]
pytest-cov
coverage[toml]>=5
commands =
pytest --cov {posargs:-vv}
coverage run -m pytest {posargs:-vv}
coverage report -m

[testenv:fmt]
basepython = python3.7
Expand Down

0 comments on commit 73312a9

Please sign in to comment.