Skip to content

Commit

Permalink
Use newer coverage version. (#191)
Browse files Browse the repository at this point in the history
* Add parallel=true to coverage parameters.
  • Loading branch information
jendrikseipp committed Mar 2, 2020
1 parent 7296ecd commit c1cb56e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -2,9 +2,10 @@
omit =
setup.py
.tox/*
parallel = true

[tool:pytest]
addopts = --cov vulture --cov-report=html --cov-report=term --cov-append

[bdist_wheel]
universal=1
universal = 1
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -11,8 +11,8 @@ commands =

[testenv]
deps =
coverage<5.0.0
pytest>=3.3
coverage
pytest
pytest-cov
commands =
py.test
Expand Down

0 comments on commit c1cb56e

Please sign in to comment.